StarRocks / starrocks

StarRocks, a Linux Foundation project, is a next-generation sub-second MPP OLAP database for full analytics scenarios, including multi-dimensional analytics, real-time analytics, and ad-hoc queries.
https://starrocks.io
Apache License 2.0
8.27k stars 1.67k forks source link

[Enhancement]use lz4_hadoop as default of sink to be compatible with other system (backport #47547) #47609

Closed mergify[bot] closed 5 days ago

mergify[bot] commented 5 days ago

Why I'm doing:

LZ4_RAW is future, but LZ4_HADOOP is more compatible. LZ4_HADOOP has been deprecated in parquet, and use LZ4_RAW as default, but parquet-mr support LZ4_RAW from 2022/12, so many old version system use parquet-mr can't read lz4_raw, and trino still not support LZ4_RAW.

What I'm doing:

Fixes #issue

What type of PR is this:

Does this PR entail a change in behavior?

If yes, please specify the type of change:

Checklist:

Bugfix cherry-pick branch check:

What I'm doing:

Fixes #issue

What type of PR is this:

Does this PR entail a change in behavior?

If yes, please specify the type of change:

Checklist: