๐๐ฎ๐๐ฎ, ๐๐ป๐ฎ๐น๐๐๐ถ๐ฐ๐ & ๐๐. Modern alternative to Snowflake. Cost-effective and simple for massive-scale analytics. https://databend.com
Migrate exchange common-arrow flight to arrow-flight.
Note:
This change is incompatible if you are running nodes with old versions and new versions in the same cluster, because the old version does not recognize the new compression types.
You can use set global query_flight_compression = 'none' if you still want to have different query version nodes in the same cluster.
Tests
[x] Unit Test
[x] 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)
I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/
Summary
Migrate exchange common-arrow flight to arrow-flight.
Note: This change is incompatible if you are running nodes with old versions and new versions in the same cluster, because the old version does not recognize the new compression types.
You can use
set global query_flight_compression = 'none'
if you still want to have different query version nodes in the same cluster.Tests
Type of change
This change isโ