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
I added a new test in #1308 and it fails on Spark 4.0 with:
2025-01-20T02:01:13.8889203Z - array_remove - fallback for unsupported type struct *** FAILED *** (172 milliseconds) 2025-01-20T02:01:13.8891189Z Extended explain diff did not contain [data type not supported: ArrayType(StructType(StructField(_1,BooleanType,true),StructField(_2,ByteType,true)),false)]. Diff: metColumnarToRow 2025-01-20T02:01:13.8893645Z +- CometScan parquet [_1#562725,_2#562726] Batched: true, DataFilters: [], Format: CometParquet, Location: InMemoryFileIndex(1 paths)[file:/__w/datafusion-comet/datafusion-comet/spark/target/tmp/spark-f50..., PartitionFilters: [], PushedFilters: [], ReadSchema: struct<_1:boolean,_2:tinyint>
The fallback reason is not getting reported in the extended explain info. For now I added a parameters so that I can disable the extended info check.
Modify the test added in #1308 to enable the extended info check.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I added a new test in #1308 and it fails on Spark 4.0 with:
The fallback reason is not getting reported in the extended explain info. For now I added a parameters so that I can disable the extended info check.
Steps to reproduce
Modify the test added in #1308 to enable the extended info check.
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: