Weijun-H commented on issue #17458:
URL: https://github.com/apache/datafusion/issues/17458#issuecomment-3276036956
I wasn’t able to reproduce this issue. I ran the tests on the latest main,
and everything passed successfully:
```
╭─░▒▓ ~/Desktop/rust/arrow-datafusion main ⇣1⇡1505 *1
───────────────────────────────────────────────────────────────────────────────────────────
✔ 21:15:34 ▓▒░─╮
╰─ cargo test --package datafusion-cli
─╯
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.80s
Running unittests src/lib.rs
(target/debug/deps/datafusion_cli-8f958e86568652ca)
running 42 tests
test catalog::tests::test_substitute_tilde ... ok
test catalog::tests::query_invalid_location_test ... ok
test exec::tests::create_external_table_format_option ... ok
test exec::tests::create_external_table_local_file ... ok
test helper::tests::sql_dialect ... ok
test helper::tests::test_split_from_semicolon ... ok
test helper::tests::unescape_readline_input ... ok
test highlighter::tests::highlighter_invalid ... ok
test highlighter::tests::highlighter_valid ... ok
test highlighter::tests::highlighter_valid_with_new_line ... ok
test exec::tests::create_object_store_table_gcs ... ok
test object_storage::tests::gcs_object_store_builder ... ok
test object_storage::tests::oss_object_store_builder ... ok
test object_storage::tests::s3_object_store_builder ... ok
test object_storage::tests::s3_object_store_builder_allow_http_error ... ok
test catalog::tests::query_http_location_test ... ok
test exec::tests::create_object_store_table_http ... ok
test exec::tests::create_object_store_table_oss ... ok
test print_format::tests::print_automatic_with_header ... ok
test print_format::tests::print_automatic_no_header ... ok
test print_format::tests::print_csv_with_header ... ok
test print_format::tests::print_csv_no_header ... ok
test exec::tests::create_object_store_table_cos ... ok
test print_format::tests::print_json ... ok
test print_format::tests::print_maxrows_limited_one_batch ... ok
test print_format::tests::print_maxrows_limited_multi_batched ... ok
test print_format::tests::print_empty ... ok
test print_format::tests::print_table ... ok
test print_format::tests::print_tsv_no_header ... ok
test print_format::tests::print_tsv_with_header ... ok
test print_format::tests::print_maxrows_unlimited ... ok
test print_format::tests::test_print_batches_empty_batch ... ok
test print_format::tests::print_ndjson ... ok
test print_format::tests::test_print_batches_empty_batches ... ok
test exec::tests::copy_to_object_store_table_s3 ... ok
test
object_storage::tests::s3_object_store_builder_resolves_region_when_none_provided
... ok
test object_storage::tests::s3_object_store_builder_default ... ok
test
object_storage::tests::s3_object_store_builder_overrides_region_when_resolve_region_enabled
... ok
test exec::tests::create_object_store_table_s3 ... ok
test catalog::tests::query_gs_location_test ... ok
test catalog::tests::query_s3_location_test ... ok
test exec::tests::copy_to_external_object_store_test ... ok
test result: ok. 42 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out;
finished in 1.54s
Running unittests src/main.rs
(target/debug/deps/datafusion_cli-ffb8c34ecbc76772)
running 4 tests
test tests::memory_pool_size ... ok
test tests::test_parquet_metadata_works_with_strings ... ok
test tests::test_parquet_metadata_works ... ok
test tests::test_metadata_cache ... ok
test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out;
finished in 0.16s
Running tests/cli_integration.rs
(target/debug/deps/cli_integration-c9dbc6156099bcf2)
running 21 tests
test test_aws_options ... ok
test test_cli ... ok
test test_aws_region_auto_resolution ... ok
test cli_quick_test::case_2_exec_backslash ... ok
test cli_quick_test::case_3_exec_from_files ... ok
test cli_quick_test::case_1_exec_multiple_statements ... ok
test cli_quick_test::case_7_change_format_version ... ok
test test_cli_format::case_2 ... ok
test test_cli_format::case_3 ... ok
test cli_quick_test::case_4_set_batch_size ... ok
test test_cli_format::case_1 ... ok
test cli_quick_test::case_5_default_explain_plan ... ok
test test_s3_url_fallback ... ok
test cli_quick_test::case_6_can_see_indent_format ... ok
test cli_explain_environment_overrides ... ok
test test_cli_format::case_4 ... ok
test test_cli_format::case_6 ... ok
test test_cli_format::case_5 ... ok
test test_cli_top_memory_consumers::case_1 ... ok
test test_cli_top_memory_consumers::case_2 ... ok
test test_cli_top_memory_consumers::case_3 ... ok
test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out;
finished in 1.81s
Doc-tests datafusion_cli
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out;
finished in 0.00s
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]