zhouyuan commented on code in PR #9195: URL: https://github.com/apache/incubator-gluten/pull/9195#discussion_r2027238144
########## gluten-ut/spark35/src/test/resources/backends-velox/sql-tests/inputs/datetime-parsing-invalid.sql: ########## @@ -2,10 +2,10 @@ -- parsing invalid value with pattern 'y' -- disable since https://github.com/facebookincubator/velox/pull/12694 --- select to_timestamp('294248', 'y'); -- out of year value range [0, 294247] +select to_timestamp('294248', 'y'); -- out of year value range [0, 294247] Review Comment: Thank you for the detailed check! If so I think it's better to document this in the limitations? https://github.com/apache/incubator-gluten/blob/main/docs/velox-backend-limitations.md -- 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]
