kapilks commented on issue #10326:
URL:
https://github.com/apache/incubator-gluten/issues/10326#issuecomment-3153826851
I am not able to directly run this
> insert into table dap_dev.test_timestamp values('2025-06-03 08:50:19',
'2025-07-02 23:59:59', 12896877);
As it is writing `string` to `timestamp` column and gets
`INCOMPATIBLE_DATA_FOR_TABLE.CANNOT_SAFELY_CAST` error.
But if I run
> insert into table dap_dev.test_timestamp values(timestamp'2025-06-03
08:50:19', timestamp'2025-07-02 23:59:59', 12896877);
The rows are getting filtered correctly.
Am I missing some config? Anything specific you are setting? @wenfang6
--
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]