Replies: 1 comment 7 replies
-
Hi @hrh007 -- that definitely sounds like a bug - if you have a reproducer I would love to see it A workaround might be to put an explicit cast in: For example this would cast select column1 = 123::bigint The SQL --> Arrow data type mapping for DataFusion is on https://arrow.apache.org/datafusion/user-guide/sql/data_types.html |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when in write sql select column1 = 123, and column1 type is int32, it doesn't work;
log is : Error: Internal("The type of Int32 = Int64 of binary physical should be same")
Beta Was this translation helpful? Give feedback.
All reactions