mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-06-05 01:50:42 +00:00
* Added proptest on columnar merge with a shuffle Made column serialization more explicit. Bugfix when a bytes column is missing, and with a shuffle. Improved the cardinality detection logic / column detection. * Code review * CR comments * Following CR