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
See the following test added to CometArrayExpressionSuite in #1308
CometArrayExpressionSuite
test("array_remove - test all types (convert from Parquet)")
The test fails when trying to create an array of structs and then pass that array into array_remove.
java.lang.ClassCastException: class org.apache.spark.sql.vectorized.ColumnarBatch cannot be cast to class org.apache.spark.sql.catalyst.InternalRow
I added a workaround to skip testing with structs until this issue is resolved.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
See the following test added to
CometArrayExpressionSuite
in #1308The test fails when trying to create an array of structs and then pass that array into array_remove.
I added a workaround to skip testing with structs until this issue is resolved.
Steps to reproduce
No response
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: