Github user denalex commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/1249#discussion_r119739058
--- Diff:
pxf/pxf-jdbc/src/main/java/org/apache/hawq/pxf/plugins/jdbc/JdbcPartitionFragmenter.java
---
@@ -144,7 +153,7 @@ public JdbcPartitionFragmenter(InputData inConf) throws
UserDataException {
rangeEnd.setTime(df.parse(range[1]));
}
} catch (ParseException e) {
- throw new UserDataException("The parameter 'RANGE' include
invalid date format.");
+ throw new UserDataException("The parameter 'RANGE' has invalid
date format.");
--- End diff --
should we also say what expected format is, such as : "yyyy-MM-dd" ?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---