Hello Grant Henke,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/10194
to review the following change.
Change subject: java: fix error message when attempting to import Parquet
TIMESTAMP
......................................................................
java: fix error message when attempting to import Parquet TIMESTAMP
The code was comparing a Parquet type object to a javax.sql Timestamp
type enum. This would never be true, so the code was dead. This fixes it
to do the appropriate comparison.
Change-Id: Ib961d5372c0d8afc436317dc7c63738860612700
---
M
java/kudu-client-tools/src/main/java/org/apache/kudu/mapreduce/tools/ImportParquet.java
1 file changed, 5 insertions(+), 5 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/94/10194/1
--
To view, visit http://gerrit.cloudera.org:8080/10194
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib961d5372c0d8afc436317dc7c63738860612700
Gerrit-Change-Number: 10194
Gerrit-PatchSet: 1
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>