You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/07/14 05:17:51 UTC

[GitHub] [arrow-datafusion] lvheyang edited a comment on pull request #716: #699 fix return type conflict when calling builtin math fuctions

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org