Skip to content

v1.7.3

Compare
Choose a tag to compare
@dongjoon-hyun dongjoon-hyun released this 10 Feb 07:23
· 991 commits to main since this release

Milestone

Changelog

Bug Fixes

  • ORC-1060: Reduce memory usage when vectorized reading dictionary string encoding columns (#971)
  • ORC-1065: Fix IndexOutOfBoundsException in ReaderImpl.extractFileTail #979
  • ORC-1067: [C++] Upgrade ZSTD to 1.5.1 (#981)
  • ORC-1078: Row group end offset doesn't accommodate all the blocks (#996)
  • ORC-1081: Fix heap-use-after-free in SearchArgumentBuilderImpl::end() (#998)
  • ORC-1087: [C++] Handle unloaded seek positions when seeking in an uncompressed chunk (#1008)
  • ORC-1092: [C++] Upgrade LZ4 to version 1.9.3 (#1012)
  • ORC-1102: [C++] Upgrade ZSTD to 1.5.2 (#1026)

Improvements (orc-tools)

  • ORC-1055: [C++] Add the timezone option for the csv-import tool (#975)
  • ORC-1082: Improve FileDump and JsonFileDump to be robust on missing column statistics (#1003)
  • ORC-1098: [C++] Support specifying type ids or column names in cpp tools (#1020)

Documentation

Task

Tests