You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
><b>A note for building and running tests on Windows</b>
@@ -1945,6 +1945,12 @@ at org.apache.hadoop.io.nativeio.NativeIO$POSIX.getStat(NativeIO.java:608)
1945
1945
A: Update hadoop dll to version 3.2.2 or newer.
1946
1946
1947
1947
## Changelog
1948
+
-#### 2.9.5 released 22 December 2025.
1949
+
-[#809](https://github.com/AbsaOSS/cobrix/pull/809) Add support for reading compressed EBCDIC files. All compression
1950
+
supported by Hadoop (.gz, .bz2, etc) are also supported by Cobrix because Cobrix uses Hadoop compressed streams for
1951
+
reading such files.
1952
+
-[#811](https://github.com/AbsaOSS/cobrix/pull/811) Add read properties hash code as index key to avoid false cache.
1953
+
This makes index caching safe to use by default, so index caching is now turned on by default.
1948
1954
-#### 2.9.4 released 26 November 2025.
1949
1955
-[#805](https://github.com/AbsaOSS/cobrix/pull/805) Added the option to cache VRL indexes for better performance when same files are processed multiple times.
0 commit comments