Releases: Altinity/parquet-regression
Releases · Altinity/parquet-regression
Release 1.1.0
Parquetify
- changed the structure of setting hadoop configurations
Old:
"hadoopConfigs": {
"parquet.compression": "UNCOMPRESSED",
"parquet.enable.dictionary": "true",
"parquet.page.size": "1048576"
}
New:
"hadoop": {
"options": {
"parquet.compression": "UNCOMPRESSED",
"parquet.enable.dictionary": "true",
"parquet.page.size": "1048576"
}
Release 1.0.9
Parquetify
- Added possability to specify parquet configurations from hadoop. See configs here: https://github.com/apache/parquet-java/blob/master/parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetInputFormat.java
Usage:
"hadoopConfigs": {
"parquet.compression": "UNCOMPRESSED",
"parquet.enable.dictionary": "true",
"parquet.page.size": "1048576"
}
- Removed redundant messages from parquetify
Release 1.0.8
Parquetify
- Resolve the problem that occurs while attempting to create a file with the physical type INT64. #1
- Change the logic that handles
UUID
logical type
Release 1.0.7
Parquetify
- Added both
x86
andARM
.deb packages - Fixed issue where inserted data into column with
DOUBLE
type would lose its precision
Release 1.0.6
Update with utf8
Release 1.0.5
Added support for both ARM
and AMD
Release 1.0.4
Update release.yml
Release 1.0.3
convert to title case
Release 0.0.2
try to change unpacking location