Commit Graph

3 Commits

Author SHA1 Message Date
Robert Fratto
d85fb0317f chore(dataobj): Add Open semantics to section readers (#20790)
Signed-off-by: Robert Fratto <robertfratto@gmail.com>
2026-02-12 13:50:28 -05:00
benclive
a029934ef2 chore: resolve predicate columns in distributed metastore (#20504) 2026-02-04 12:30:11 +00:00
Ivan Kalita
3559d4bd42 chore(metastore): add column reader for pointers section (#19992)
Adding columnar reader for (log)pointers section. Using it to read the stream section pointers.

New reader is slower than existing RowReader due to double-translation of the data (columns->rows->rows vs columns->rows->columns->rows). The idea though is to get rid of the double-translation in the future.
2025-11-28 13:47:59 +01:00