We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VL (Velox)
SELECT a, cast(a as binary) from tbl;
Spark result:
+---+-------------+ | a| a| +---+-------------+ | 10|[00 00 00 0A]| | 0|[00 00 00 00]| | 3|[00 00 00 03]| | 2|[00 00 00 02]| | 2|[00 00 00 02]| | 0|[00 00 00 00]| +---+-------------+
Gluten result:
+---+-------+ | a| a| +---+-------+ | 10|[31 30]| | 0| [30]| | 3| [33]| | 2| [32]| | 2| [32]| | 0| [30]| +---+-------+
None
No response
The text was updated successfully, but these errors were encountered:
@rui-mo, could you take a look? Thanks! We need confirm other numeric types.
Sorry, something went wrong.
Fixing this issue with facebookincubator/velox#9819.
rui-mo
No branches or pull requests
Backend
VL (Velox)
Bug description
Spark result:
Gluten result:
Spark version
None
Spark configurations
No response
System information
No response
Relevant logs
No response
The text was updated successfully, but these errors were encountered: