hareshkh commented on PR #18629:
URL: https://github.com/apache/datafusion/pull/18629#issuecomment-3518294487

   @comphead : Without the fix any date_trunc expressions with "seconds" or 
lower granularity always panics because of the new assertion to validate 
datatypes. Even if the debug assertion in datafusion is turned off - an Arrow 
schema error like the following occurs.
   ```
   ArrowError(InvalidArgumentError("column types must match schema types, 
   expected Timestamp(µs, \"UTC\") but found Timestamp(µs) at column index 0")
   ``` 
   
   Should I then start a ticket for `51.1.0`?


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

Reply via email to