jorgecarleitao commented on pull request #9355:
URL: https://github.com/apache/arrow/pull/9355#issuecomment-770362461


   uhm, the CI is complaining 
   
   ```
   error[E0432]: unresolved import `arrow::datatypes::DateUnit`
     --> datafusion/tests/sql.rs:26:17
      |
   26 |     datatypes::{DateUnit, TimeUnit},
      |                 ^^^^^^^^ no `DateUnit` in `datatypes`
   
   error[E0618]: expected function, found enum variant `DataType::Date32`
       --> datafusion/tests/sql.rs:1910:28
        |
   1910 |         Field::new("date", DataType::Date32(DateUnit::Day), false),
        |                            ^^^^^^^^^^^^^^^^---------------
        |                            |
        |                            call expression requires function
        |
   help: `DataType::Date32` is a unit variant, you need to write it without the 
parenthesis
   ```


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to