Skip to content

Commit

Permalink
#1307 Fixed wrong conformed_eventtime.json and reading pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian-Olosutean committed Jun 11, 2020
1 parent 1d79a42 commit 5a520c7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
package za.co.absa.enceladus.conformance.streaming

import org.apache.spark.sql.DataFrame
import org.apache.spark.sql.catalyst.expressions.GenericRowWithSchema
import org.scalatest.FunSuite
import za.co.absa.enceladus.conformance.interpreter.fixtures.{NestedStructsFixture, StreamingFixture}

Expand All @@ -40,7 +39,7 @@ class HyperConformanceIntegrationSuite extends FunSuite with StreamingFixture wi

test("Test with catalyst workaround, event time factory") {
implicit val infoDateFactory: InfoDateFactory = new InfoDateFromColumnFactory("dates.date_format5",
"dd-MM-yyyy HH:mm")
"MM-dd-yyyy HH:mm")
val df: DataFrame = testHyperConformance(standardizedDf,
"result2",
nestedStructsDS)
Expand Down
Loading

0 comments on commit 5a520c7

Please sign in to comment.