v.22.11New Feature
Add hudi and deltaLake table functions
Why it matters
The addition of these table functions allows users to seamlessly read and analyze data stored in Apache Hudi and Delta Lake formats without requiring data conversion or external processing, enhancing interoperability and simplifying data workflows.How to use it
Users can utilize the new table functions by invokinghudi() or deltaLake() in their SQL queries as table sources. For example:SELECT FROM hudi('path/to/hudi/table')and
SELECT FROM deltaLake('path/to/deltaLake/table')