Skip to content

Releases: Altinity/parquet-regression

Release 1.1.0

22 Nov 13:29
Compare
Choose a tag to compare

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

08 Nov 10:43
Compare
Choose a tag to compare

Parquetify

Usage:

"hadoopConfigs": {
    "parquet.compression": "UNCOMPRESSED",
    "parquet.enable.dictionary": "true",
    "parquet.page.size": "1048576"
}
  • Removed redundant messages from parquetify

Release 1.0.8

29 Oct 13:56
Compare
Choose a tag to compare

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

28 Oct 14:58
Compare
Choose a tag to compare

Parquetify

  • Added both x86 and ARM .deb packages
  • Fixed issue where inserted data into column with DOUBLE type would lose its precision

Release 1.0.6

28 Oct 14:05
Compare
Choose a tag to compare
Update with utf8

Release 1.0.5

25 Oct 12:40
Compare
Choose a tag to compare

Added support for both ARM and AMD

Release 1.0.4

24 Oct 15:29
5bb8768
Compare
Choose a tag to compare
Update release.yml

Release 1.0.3

21 Oct 16:00
Compare
Choose a tag to compare
convert to title case

Release 0.0.2

17 Oct 21:42
Compare
Choose a tag to compare
try to change unpacking location