Impala Public Jenkins has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/23821 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M testdata/bin/load-ext-data-sources.sh 1 file changed, 3 insertions(+), 3 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- 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: merged Gerrit-Change-Id: Ia80464c9a15da37583ae09ab1cf23b2436a65721 Gerrit-Change-Number: 23821 Gerrit-PatchSet: 3 Gerrit-Owner: Pranav Lodha <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Pranav Lodha <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
