Add Hudi and DeltaLake table engines
Changelog category (leave one):
- New Feature
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
- Add Hudi and DeltaLake table engines, read-only, only for tables on S3
Information about CI checks: https://clickhouse.com/docs/en/development/continuous-integration/
Integration tests (tsan) [1/4] — fail: 1
test_grpc_protocol_ssl/test.py::test_secure_channel
Question about these two table engines: currently implementation will get all data files when creating the table, but the iceberg/hudi table may have data written after table creation, while we just can read the data at the moment of table creation.
Question about these two table engines: currently implementation will get all data files when creating the table, but the iceberg/hudi table may have data written after table creation, while we just can read the data at the moment of table creation.
create a PR with the improvement?