Nga Tran
Nga Tran
## Which issue does this PR close? Closes #https://github.com/apache/datafusion/issues/10257 ## Rationale for this change ## What changes are included in this PR? Add an option to avoid converting Union to...
### Is your feature request related to a problem or challenge? We have run into a an issue in IOx and described [here](https://github.com/influxdata/arrow-datafusion/pull/4) that the `Union` is converted to `Interleave`...
### Describe the bug I found this while adding tests https://github.com/apache/datafusion/pull/10608. The statistics of struct array returns nothing ### To Reproduce See `test_struct` in https://github.com/apache/datafusion/pull/10608 ### Expected behavior Return some...
## Which issue does this PR close? Tests for https://github.com/apache/arrow-datafusion/issues/8155 ## Rationale for this change I have found that statistics were lost being propagated upward in the plan. These are...
### Describe the bug I found this bug while adding tests for reading parquet statistics https://github.com/apache/datafusion/pull/10592/. Instead of getting corresponding UInt8Array, UInt16Array, UInt32Array for columns with u8, u16, u32 data...
### Describe the bug I found this while adding tests for reading parquet statistics https://github.com/apache/datafusion/pull/10592. Instead of getting back `BinaryArray`, we get `StringArray` ### To Reproduce See test `test_byte` in...
## Which issue does this PR close? Closes https://github.com/apache/datafusion/issues/10488 ## Rationale for this change In InfluxDB IOx, when the inputs of `SortPreservingMerge` are all sorted on the sort key and...