alamb commented on code in PR #7037: URL: https://github.com/apache/arrow-datafusion/pull/7037#discussion_r1270002918
########## datafusion/core/tests/sqllogictests/test_files/decimal.slt: ########## @@ -415,13 +415,13 @@ select c1/c5 from decimal_simple; query T -select arrow_typeof(c5%cast(0.00001 as decimal(5,5))) from decimal_simple limit 1; +select arrow_typeof(c5 % cast(0.00001 as decimal(5,5))) from decimal_simple limit 1; Review Comment: Proposed PR to fix: https://github.com/sqlparser-rs/sqlparser-rs/pull/927 -- 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]
