Skip to content

Support otfMetadata in Kinesis firehose response metadata for iceberg table routing #645

Support otfMetadata in Kinesis firehose response metadata for iceberg table routing

Support otfMetadata in Kinesis firehose response metadata for iceberg table routing #645

Triggered via pull request November 21, 2024 03:13
Status Failure
Total duration 35s
Artifacts

lint.yml

on: pull_request
run golangci-golint on the project
24s
run golangci-golint on the project
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
run golangci-golint on the project: events/epoch_time.go#L30
e.UnixNano undefined (type SecondsEpochTime has no field or method UnixNano) (typecheck)
run golangci-golint on the project: events/epoch_time.go#L52
e.UnixNano undefined (type MilliSecondsEpochTime has no field or method UnixNano) (typecheck)
run golangci-golint on the project: events/epoch_time.go#L67
e.Format undefined (type RFC3339EpochTime has no field or method Format) (typecheck)
run golangci-golint on the project: events/codebuild_test.go#L73
cannot convert 0 (untyped int constant) to type DurationSeconds (typecheck)
run golangci-golint on the project: events/codebuild_test.go#L81
cannot convert 0 (untyped int constant) to type DurationSeconds (typecheck)
run golangci-golint on the project: events/codebuild_test.go#L105
cannot convert 0 (untyped int constant) to type DurationSeconds (typecheck)
run golangci-golint on the project: events/epoch_time_test.go#L21
epoch.UTC undefined (type SecondsEpochTime has no field or method UTC) (typecheck)
run golangci-golint on the project: events/epoch_time_test.go#L51
epoch.UTC undefined (type MilliSecondsEpochTime has no field or method UTC) (typecheck)
run golangci-golint on the project: events/kafka_test.go#L36
record.Timestamp.UTC undefined (type MilliSecondsEpochTime has no field or method UTC) (typecheck)
run golangci-golint on the project: lambda/handler.go#L323
out.Reset undefined (type *jsonOutBuffer has no field or method Reset) (typecheck)
run golangci-golint on the project
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/