Sunyue commented on issue #635: URL: https://github.com/apache/arrow-go/issues/635#issuecomment-3839673984
Hi @zeroshade, sorry for the late reply, I had a try with CAST and it should cover most of the cases. The edge case is, e.g I have a arrow record which has a column uint64 and I want to build an expression to filter record > uint64(n), where n > 9223372036854775807. In that case, I can't create a Literal with type uint64 nor int64. Do you know if there is any way to cover such scenario? Thanks. -- 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]
