databend
databend copied to clipboard
refactor: Bump arrow to 52
I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/
Summary
Part of https://github.com/datafuselabs/databend/issues/15809
This PR is a blocker of iceberg migration since iceberg-rust is depending on arrow 52.
bendsql needs extra PR to bump arrow 52, but it can be processed later.
Tests
- [x] Unit Test
- [ ] Logic Test
- [ ] Benchmark Test
- [ ] No Test - Explain why
Type of change
- [ ] Bug Fix (non-breaking change which fixes an issue)
- [ ] New Feature (non-breaking change which adds functionality)
- [ ] Breaking Change (fix or feature that could cause existing functionality not to work as expected)
- [ ] Documentation Update
- [x] Refactoring
- [ ] Performance Improvement
- [ ] Other (please describe):
can we enable bendpy member now ?
can we enable bendpy member now ?
What's the problem of this? I don't have the context.
delta table tests failed, I'm working on it.