Pranav Lodha has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23821
Change subject: IMPALA-14655: Set Postgres DateStyle for JDBC test data load ...................................................................... IMPALA-14655: Set Postgres DateStyle for JDBC test data load This patch explicitly pass DateStyle=ISO,MDY to the psql session used for JDBC test data COPY to avoid locale-dependent date parsing failures. In non-US environments (e.g. IST/EU), Postgres defaults to DMY and fails on values like 01/13/09 with “date/time field value out of range”. This change makes the JDBC test data load consistent across timezones and locales. Change-Id: Ia80464c9a15da37583ae09ab1cf23b2436a65721 --- M testdata/bin/load-ext-data-sources.sh 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/21/23821/1 -- To view, visit http://gerrit.cloudera.org:8080/23821 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ia80464c9a15da37583ae09ab1cf23b2436a65721 Gerrit-Change-Number: 23821 Gerrit-PatchSet: 1 Gerrit-Owner: Pranav Lodha <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Pranav Lodha <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
