alamb commented on PR #8859: URL: https://github.com/apache/arrow-datafusion/pull/8859#issuecomment-1891050158
> I don’t know why my cli failed. What else needs to be modified? It looks like there is some additional code that can be removed: https://github.com/apache/arrow-datafusion/actions/runs/7517905372/job/20464643740?pr=8859 ``` error: unused import: `chrono::Duration` --> datafusion/core/tests/sql/mod.rs:25:5 | 25 | use chrono::Duration; | ^^^^^^^^^^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_imports)]` error: function `make_timestamp_table` is never used --> datafusion/core/tests/sql/mod.rs:585:4 | 585 | fn make_timestamp_table<A>() -> Result<Arc<MemTable>> | ^^^^^^^^^^^^^^^^^^^^ | = note: `-D dead-code` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(dead_code)]` error: function `make_timestamp_tz_table` is never used --> datafusion/core/tests/sql/mod.rs:592:4 | 592 | fn make_timestamp_tz_table<A>(tz: Option<Arc<str>>) -> Result<Arc<MemTable>> | ^^^^^^^^^^^^^^^^^^^^^^^ error: function `make_timestamp_tz_sub_table` is never used --> datafusion/core/tests/sql/mod.rs:627:4 | 627 | fn make_timestamp_tz_sub_table<A>( | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ``` -- 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]
