[GitHub] metron pull request #1233: METRON-1816: Date format Stellar function

2018-10-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron/pull/1233 ---

[GitHub] metron pull request #1233: METRON-1816: Date format Stellar function

2018-10-18 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/1233#discussion_r226383027 --- Diff: metron-stellar/stellar-common/src/main/java/org/apache/metron/stellar/dsl/functions/DateFunctions.java --- @@ -109,6 +110,13 @@ public static

[GitHub] metron pull request #1233: METRON-1816: Date format Stellar function

2018-10-18 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/1233#discussion_r226382248 --- Diff: metron-stellar/stellar-common/src/test/java/org/apache/metron/stellar/dsl/functions/DateFunctionsTest.java --- @@ -225,4 +226,36 @@ public

[GitHub] metron pull request #1233: METRON-1816: Date format Stellar function

2018-10-17 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/1233#discussion_r226064248 --- Diff: metron-stellar/stellar-common/src/test/java/org/apache/metron/stellar/dsl/functions/DateFunctionsTest.java --- @@ -225,4 +226,36 @@ public

[GitHub] metron pull request #1233: METRON-1816: Date format Stellar function

2018-10-17 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/1233#discussion_r226064136 --- Diff: metron-stellar/stellar-common/src/main/java/org/apache/metron/stellar/dsl/functions/DateFunctions.java --- @@ -109,6 +110,13 @@ public

[GitHub] metron pull request #1233: METRON-1816: Date format Stellar function

2018-10-10 Thread merrimanr
GitHub user merrimanr opened a pull request: https://github.com/apache/metron/pull/1233 METRON-1816: Date format Stellar function ## Contributor Comments This PR adds a Stellar function that wraps the Java SimpleDateFormat class. The first argument is a date format string and