Github user mmiklavc commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/327#discussion_r85599081
--- Diff:
metron-platform/metron-common/src/main/java/org/apache/metron/common/dsl/functions/DateFunctions.java
---
@@ -114,14 +114,14 @@ public static long getEpochTime(String date, String
format, Optional<String> tim
* Stellar Function: TO_EPOCH_TIMESTAMP
*/
@Stellar( name="TO_EPOCH_TIMESTAMP"
- , description="Returns the epoch timestamp of the dateTime given
the format. " +
+ , description="Returns the epoch timestamp of the dateTime in
the specifiedthe format. " +
--- End diff --
specifiedthe -> specified
---
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.
---