You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Iceberg table now read data via icelake which uses parquet. Databend has three different implementations of parquet read. Maybe we should find a way to merge the implementations of parquet files.
Remove the global context of iceberg tables
Databend doesn't support init a table in async way, which enforce us to store the table info gloablly in context. We should find a way to remove it.
The text was updated successfully, but these errors were encountered:
This issue is used to track the progress of reading iceberg table data.
After #11923, databend has the basic functional support for reading iceberg table data. But there are still a lot of work to do.
Powered by icelake
Show time
Tasks
Research
Merge parquet reader
Iceberg table now read data via
icelake
which usesparquet
. Databend has three different implementations of parquet read. Maybe we should find a way to merge the implementations of parquet files.Remove the global context of iceberg tables
Databend doesn't support init a table in async way, which enforce us to store the table info gloablly in context. We should find a way to remove it.
The text was updated successfully, but these errors were encountered: