Commit 19f07b0
authored
fix: Reduce cast.rs and utils.rs logic from parquet_support.rs for experimental native scans (apache#1387)
## Which issue does this PR close?
Closes #.
## Rationale for this change
Reduces number of test failures in `native_datafusion` and `native_iceberg_compat` modes:
- native_datafusion: succeeded 651, failed 27, canceled 2, ignored 54, pending 0
- native_iceberg_compat: succeeded 628, failed 50, canceled 2, ignored 54, pending 0
## What changes are included in this PR?
After staring at conversions and hoisting code from arrow-rs to debug, it turns out we can just use arrow's cast in this case.
## How are these changes tested?
Ran `make test-jvm` for `native_datafusion` and `native_iceberg_compat` modes.1 parent 9113159 commit 19f07b0
File tree
5 files changed
+15
-2160
lines changed- native
- core
- src/parquet
- spark-expr/src
5 files changed
+15
-2160
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | 79 | | |
81 | 80 | | |
82 | 81 | | |
| |||
0 commit comments