mirror of
https://github.com/pgsty/minio.git
synced 2026-03-15 07:34:41 +01:00
- This change switches to a new parquet library - SelectObjectContent now takes a single lock at the beginning and holds it during the operation. Previously the operation took a lock every time the parquet library performed a Seek on the underlying object stream. - Add basic support for LogicalType annotations for timestamps.