Pxf Versions Save

Platform Extension Framework: Federated Query Engine

release-6.10.1

1 month ago

6.10.1 (03/27/2024)

Bug Fixes:

  • #1100 Refactor position tracking for multi-line JSON files
  • #1102 Bumped gp-common-go-libs to v1.0.16
  • #1105 Bumped Spring Framework version to 5.3.33
  • #1108 Bumped Tomcat version to 9.0.87
  • #1111 Adjusted PXF error handling and determining client disconnects

release-6.10.0

2 months ago

6.10.0 (03/04/2024)

Enhancements:

  • #1080 Add support for UUID to JDBC profile
  • #1081 Add automation test cases for JDBC profile DATE_WIDE_RANGE feature
  • #1093 Bump Postgresql JDBC driver to 42.7.2
  • #1096 Add formatting for Date values

release-6.9.1

3 months ago

6.9.1 (02/06/2024)

Bug Fixes:

  • #1070 Upgrade gp-common-go-libs to 1.0.14
  • #1074 Bump Springboot to 2.7.18

release-6.9.0

5 months ago

6.9.0 (12/08/2023)

Enhancements:

  • #1035 Upgrade snappy-java to 1.1.10.4
  • #1040 Bump golang.org/x/net from 0.7.0 to 0.17.0 in /cli
  • #1044 Upgrade Go toolchain to 1.21.3
  • #1058 Add RHEL9 Support

Bug Fixes:

  • #1047 Fix pxf register command

release-6.8.0

7 months ago

6.8.0 (09/25/2023)

Enhancements:

  • #1013 Bumped Azure Storage dependency to 5.5.0
  • #1018 Add pxf.service.kerberos.ticket-renew-window option to pxf-site.xml
  • #1019 Add pushdown of NUMERIC and handling of CHAR and VARCHAR predicates for JDBC profile

release-6.7.0

10 months ago

6.7.0 (07/13/2023)

Enhancements:

  • #956 Add pxfdelimited_import formatter to support multibyte delimiters for TEXT and CSV profiles
  • #960 Add support year with more than 4 digits in 'date' or 'timestamp'
  • #973 Enable write flow for FDW for non-text/csv formats
  • #976 Restrict PXF to listen to local requests only
  • #979 Add logging to the LineBreakAccessor for the write
  • #983 Bump Springboot to 2.7.12
  • #984 Enable writing data in JSON format using *:json profiles
  • #989 Bump snappy to 1.1.10.1

Bug Fixes:

  • #967 FDW: Fix for skipping the dropped and correctly counting Projection Index
  • #978 Added erroring out logic for decimal overflow for ORC

release-6.6.0

1 year ago

6.6.0 (04/06/2023)

Enhancements:

  • #949 Support for fixedwidth formatter with new *:fixedwidth PXF profiles
  • #954 Update table options names to not include dash character
  • #955 Bump jackson-databind from 2.13.4.1 to 2.13.4.2 in /automation

Bug Fixes:

  • #940 Introduced options to handle decimal overflow when writing Parquet files

release-6.5.1

1 year ago

6.5.1 (03/19/2023)

Enhancements:

  • #857 Changes for supporting PXF for GP7.
  • #900 Added error handling for FDW read flow
  • #943 Upgrade gp-common-go-libs to 1.0.11

release-6.5.0

1 year ago

6.5.0 (12/21/2022)

Enhancements:

  • #872 Enable automation tests to run against PXF FDW extension
  • #876 Parquet write array
  • #879 Add new SPLIT_BY_FILE option for json profiles
  • #880 Allow setting JDBC session-level parallel instructions for Oracle
  • #885 Prevent out-of-bounds buffer access
  • #886 Update jackson-databind to 2.13.4.1
  • #895 Parquet read array
  • #903 Bump postgresql from 42.4.1 to 42.4.3

Bug Fixes:

  • #875 Fix projection of boolean qualifiers whose attrs are not in SELECT list
  • #879 Refactor JsonRecordReader and fix incorrect parsing of JSON objects for multi-line JSON
  • #897 Add close connection if statementRead is null

release-6.4.2

1 year ago

6.4.2 (09/19/2022)

Enhancements:

Bug Fixes:

  • #870 Relax the requirement that C string length matches Java string length