commit | 9fb4017a985353732acbb2e5374e5e9bfc2a2ddf | [log] [tgz] |
---|---|---|
author | zheilbron <zheilbron@gmail.com> | Wed Aug 21 14:44:55 2013 -0700 |
committer | zheilbron <zheilbron@gmail.com> | Wed Aug 21 14:44:55 2013 -0700 |
tree | 7144b51c2e815528d6b5942400da1c8fd1d76090 | |
parent | c57655075f75fca62deed44ef0d5bd954e032e64 [diff] |
fixed error message to match the name of the function for ParseDateTime
diff --git a/asterix-runtime/src/main/java/edu/uci/ics/asterix/runtime/evaluators/functions/temporal/ParseDateTimeDescriptor.java b/asterix-runtime/src/main/java/edu/uci/ics/asterix/runtime/evaluators/functions/temporal/ParseDateTimeDescriptor.java index 89cfbe5..ae3a8e0 100644 --- a/asterix-runtime/src/main/java/edu/uci/ics/asterix/runtime/evaluators/functions/temporal/ParseDateTimeDescriptor.java +++ b/asterix-runtime/src/main/java/edu/uci/ics/asterix/runtime/evaluators/functions/temporal/ParseDateTimeDescriptor.java
@@ -135,7 +135,7 @@ if (!processSuccessfully) { throw new HyracksDataException( - "parse-date: Failed to match with any given format string!"); + "parse-datetime: Failed to match with any given format string!"); } aDateTime.setValue(chronon);