Closed andygrove closed 1 week ago
@parthchandra @mbutrovich could you review?
We need more extensive tests for sure, but it will be easier to add those as part of the comet-parquet-exec
feature branch.
We need more extensive tests for sure, but it will be easier to add those as part of the
comet-parquet-exec
feature branch.
Spark should have many Cast expression tests. As we pass Spark tests, it should be fine for general cases.
Which issue does this PR close?
Closes https://github.com/apache/datafusion-comet/issues/815
Rationale for this change
We need support for casting between struct types to support reading structs from Parquet using DataFusion's ParquetExec.
What changes are included in this PR?
How are these changes tested?