Skip to content

Added ability to parse STRUCT and MAP fields as well as nested arrays #2049

Added ability to parse STRUCT and MAP fields as well as nested arrays

Added ability to parse STRUCT and MAP fields as well as nested arrays #2049

Re-run triggered September 14, 2023 17:37
Status Failure
Total duration 2m 30s
Artifacts

rust.yml

on: pull_request
Matrix: test
publish-crate
0s
publish-crate
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 6 warnings
compile-no-std: src/parser/mod.rs#L24
failed to resolve: use of undeclared crate or module `std`
compile-no-std: src/parser/mod.rs#L4916
cannot find macro `dbg` in this scope
compile-no-std: src/parser/mod.rs#L4919
cannot find macro `dbg` in this scope
compile-no-std: src/parser/mod.rs#L4928
cannot find macro `dbg` in this scope
compile-no-std: src/parser/mod.rs#L4922
no method named `rem` found for type `usize` in the current scope
compile-no-std: src/parser/mod.rs#L4926
no method named `rem` found for type `usize` in the current scope
compile-no-std
Process completed with exit code 101.
codestyle: src/ast/data_type.rs#L20
Diff in /home/runner/work/sqlparser-rs/sqlparser-rs/src/ast/data_type.rs
codestyle: src/ast/data_type.rs#L207
Diff in /home/runner/work/sqlparser-rs/sqlparser-rs/src/ast/data_type.rs
codestyle: src/ast/data_type.rs#L336
Diff in /home/runner/work/sqlparser-rs/sqlparser-rs/src/ast/data_type.rs
codestyle: src/ast/mod.rs#L31
Diff in /home/runner/work/sqlparser-rs/sqlparser-rs/src/ast/mod.rs
codestyle: tests/sqlparser_postgres.rs#L1779
Diff in /home/runner/work/sqlparser-rs/sqlparser-rs/tests/sqlparser_postgres.rs
codestyle
Process completed with exit code 1.
codestyle
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (nightly)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/install@v0.1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (beta)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/install@v0.1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/install@v0.1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test-coverage
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/install@v0.1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/