You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to debug a failing test I wrote for nan value count PR, and realized name of primitive column inside list arrow type is changed and test was failing due to this reason. On further debugging, realized we use "element" constant name here.
Apache Iceberg Rust version
0.4.0 (latest version)
Describe the bug
I was trying to debug a failing test I wrote for nan value count PR, and realized name of primitive column inside list arrow type is changed and test was failing due to this reason. On further debugging, realized we use "element" constant name here.
Same seems to be the case for map type too:
One doubt I have is it worth fixing? Is it okay to write tests with hardcoded names? Can it break anything for external consumers?
To Reproduce
Test to reproduce:
file:
arrow/schema.rs
test:
Expected behavior
Above test should pass :)
Willingness to contribute
The text was updated successfully, but these errors were encountered: