Skip to content

lateral join, unnest, parquet encoding config support #52

lateral join, unnest, parquet encoding config support

lateral join, unnest, parquet encoding config support #52

Triggered via push April 10, 2026 16:36
Status Failure
Total duration 29s
Artifacts

ci.yml

on: push
build-and-test
26s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 6 warnings
build-and-test
Process completed with exit code 1.
build-and-test: src/parser/visitor.ts#L1375
Unsafe member access .image on an `any` value
build-and-test: src/parser/visitor.ts#L1375
Unsafe call of an `any` typed value
build-and-test: src/parser/visitor.ts#L1375
Unsafe return of a value of type `any`
build-and-test: src/parser/visitor.ts#L1374
Unsafe member access .image on an `any` value
build-and-test: src/parser/visitor.ts#L1365
Unsafe member access .image on an `any` value
build-and-test: src/parser/visitor.ts#L1365
Unsafe call of an `any` typed value
build-and-test: src/parser/visitor.ts#L1365
Unsafe return of a value of type `any`
build-and-test: src/parser/visitor.ts#L1364
Unsafe member access .image on an `any` value
build-and-test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-and-test: tests/parser.test.ts#L2078
Replace `⏎············result.ast[0].columns?.[3].parquetConfig,⏎··········` with `result.ast[0].columns?.[3].parquetConfig`
build-and-test: tests/parser.test.ts#L622
Replace `⏎········"SELECT·u.value·FROM·UNNEST(ARRAY[1,·2,·3])·u",⏎······` with `"SELECT·u.value·FROM·UNNEST(ARRAY[1,·2,·3])·u"`
build-and-test: src/parser/visitor.ts#L1948
Replace `⏎············ctx.parquetConfig,⏎··········` with `ctx.parquetConfig`
build-and-test: src/parser/visitor.ts#L1344
Replace `this.visit(ctx.parquetEncoding)·as·string` with `⏎········this.visit(ctx.parquetEncoding)·as·string⏎······`
build-and-test: src/parser/visitor.ts#L602
Replace `⏎········(a:·CstNode)·=>·this.visit(a)·as·AST.UnnestArg,⏎······` with `(a:·CstNode)·=>·this.visit(a)·as·AST.UnnestArg`