layout: news_item title: “ORC 1.6.14 Released” date: “2022-04-14 03:00:00 -0800” author: dongjoon version: 1.6.14 categories: [release]

The ORC team is excited to announce the release of ORC v1.6.14.

{% assign releaseName = “1.6.14” %} {% include release_description.md %}

The bug fixes:

  • ORC-1121 Fix column coversion check bug which causes column filters don't work
  • ORC-1146 Float category missing check if the statistic sum is a finite value
  • ORC-1147 Use isNaN instead of isFinite to determine the contain NaN values

The ‘tests’ fixes:

  • ORC-1016 Use openssl@1.1 in GitHub Action MacOS CIs
  • ORC-1113 Remove CentOS 8 from docker-based tests