lvheyang edited a comment on pull request #716: URL: https://github.com/apache/arrow-datafusion/pull/716#issuecomment-879595756
Thanks for your kind help! @alamb I added test cases in context.rs, test SQLs: 1. `SELECT sqrt(f64) FROM t` 2. `SELECT sqrt(f32) FROM t` // would be failed before this pull request 3. `SELECT sqrt(i64) FROM t` 4. `SELECT sqrt(i32) FROM t` Is there any case else needed? -- 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]
