Releases: arenadata/pxf
Releases · arenadata/pxf
6.6.0_arenadata9
Merge pull request #43 from arenadata/6.6.0-sync ADBDEV-3637 6.6.0 sync
6.5.0_arenadata9
Merge pull request #41 from arenadata/ADBDEV-3683 ADBDEV-3683: Downgrade to Spring Boot 2.4.3
6.5.0_arenadata8: ADBDEV-3099: Fix TIMESTAMP_WITH_TIME_ZONE for readable tables
We don't need to convert OffsetDateTime to LocalDateTime on the PXF site as it has its own time zone that might be not the same as in GP.
6.5.0_arenadata6
Merge pull request #35 from arenadata/feature/pxf-6.x-ADBDEV-3099 ADBDEV-3099: Add support year if it contains more than 4 digits
6.5.0_arenadata5
Merge pull request #34 from arenadata/release-6.5.0-sync Release 6.5.0 sync
6.4.2_arenadata4
ADBDEV-2976: Handle multi_perform curl errors immediately (#24) The internal buffer will be filled during the first pxfprotocol_import call. If there is chunk corruption, we fail here without trying to interpret the received message during check_response. But if a corrupted chunk is read during the next filling of the buffer, this chunk will be written in the internal buffer. Then if trailer CRLF sequence is not faced, CHUNKE_BAD_CHUNK (with code 3) will be returned and connection must be interrupted as far as application isn't able to find next chunk start position. But current PXF implementation doesn't check error buffer in case of internal buffer isn't empty (we've already placed corrupted chunk here) and tries to interpret it with gpdbwritableformatter_import. If we are lucky and memory corruption isn't happened, we receive error during next buffer filling. To solve this problem, we should check multi_perform result, similar to curl_easy_perform libcurl function.
6.4.2_arenadata3
Merge pull request #29 from arenadata/feature/ADBDEV-3209 ADBDEV-3209: Add possibility to decrypt an encrypted password
6.4.2_arenadata2
Merge pull request #27 from arenadata/feature-pxf-6.x/ADBDEV-3096 PXF-6.x/ADBDEV-3096: PXF JDBC: Allow set Oracle parallel instructions
6.3.1_arenadata1
Merge pull request #20 from arenadata/6.3.1-sync ADBDEV-2799 6.3.1 sync
6.3.0_arenadata1
Merge pull request #19 from arenadata/6.3.0-sync ADBDEV-2545 6.3.0 sync