We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d5028a commit 251f08fCopy full SHA for 251f08f
CHANGELOG.md
@@ -4,7 +4,7 @@
4
5
* Add a new LongConstantString codec which permits encoding constant columns where the constant is a string > 8 characters in length.
6
* This saves 1 byte per row compared the previous way these columns were encoded.
7
- * A python implementation has been added to pyodc at the same time.
+ * A python implementation has been added to pyodc at the same time, version 1.5.0
8
* Decoding data using this codec will work straight away.
9
* Encoding data with the new codec is disabled by default and can be enabled with the environment variable "ODC_ENABLE_WRITING_LONG_STRING_CODEC=1".
10
* At some point in a future release, encoding will be enabled by default.
0 commit comments