&#010;Results do not match for query:&#010;== Parsed Logical Plan ==&#010;Sort [index#147292 ASC], true&#010;+- Relation[index#147292,col#147293] json&#010;&#010;== Analyzed Logical Plan ==&#010;index: int, col: timestamp&#010;Sort [index#147292 ASC], true&#010;+- Relation[index#147292,col#147293] json&#010;&#010;== Optimized Logical Plan ==&#010;Sort [index#147292 ASC], true&#010;+- Relation[index#147292,col#147293] json&#010;&#010;== Physical Plan ==&#010;WholeStageCodegen&#010;: +- Sort [index#147292 ASC], true, 0&#010;: +- INPUT&#010;+- Exchange rangepartitioning(index#147292 ASC, 2), None&#010; +- WholeStageCodegen&#010; : +- Scan json [index#147292,col#147293] Format: JSON, InputPaths: file:/home/jenkins/workspace/spark-master-test-maven-hadoop-2.7/sql/hive/target/tmp/spark-7dc0c2d..., PushedFilters: [], ReadSchema: struct<index:int,col:timestamp>&#010;== Results ==&#010;&#010;== Results ==&#010;!== Correct Answer - 10 == == Spark Answer - 10 ==&#010; [1,5287-03-17 00:36:51.158] [1,5287-03-17 00:36:51.158]&#010; [2,4679-06-28 07:53:39.162] [2,4679-06-28 07:53:39.162]&#010; [3,9542-12-05 09:12:15.08] [3,9542-12-05 09:12:15.08]&#010; [4,6259-11-06 01:50:33.207] [4,6259-11-06 01:50:33.207]&#010; [5,4612-09-23 12:29:57.728] [5,4612-09-23 12:29:57.728]&#010; [6,6154-11-23 22:08:30.326] [6,6154-11-23 22:08:30.326]&#010; [7,3119-10-29 06:25:32.541] [7,3119-10-29 06:25:32.541]&#010; [8,null] [8,null]&#010; [9,5483-09-21 02:59:43.098] [9,5483-09-21 02:59:43.098]&#010; [10,7825-02-23 16:40:03.006] [10,7825-02-23 16:40:03.006]&#010; &#010;


      org.scalatest.exceptions.TestFailedException: 
Results do not match for query:
== Parsed Logical Plan ==
Sort [index#147292 ASC], true
+- Relation[index#147292,col#147293] json

== Analyzed Logical Plan ==
index: int, col: timestamp
Sort [index#147292 ASC], true
+- Relation[index#147292,col#147293] json

== Optimized Logical Plan ==
Sort [index#147292 ASC], true
+- Relation[index#147292,col#147293] json

== Physical Plan ==
WholeStageCodegen
:  +- Sort [index#147292 ASC], true, 0
:     +- INPUT
+- Exchange rangepartitioning(index#147292 ASC, 2), None
   +- WholeStageCodegen
      :  +- Scan json [index#147292,col#147293] Format: JSON, InputPaths: file:/home/jenkins/workspace/spark-master-test-maven-hadoop-2.7/sql/hive/target/tmp/spark-7dc0c2d..., PushedFilters: [], ReadSchema: struct<index:int,col:timestamp>
== Results ==

== Results ==
!== Correct Answer - 10 ==      == Spark Answer - 10 ==
 [1,5287-03-17 00:36:51.158]    [1,5287-03-17 00:36:51.158]
 [2,4679-06-28 07:53:39.162]    [2,4679-06-28 07:53:39.162]
 [3,9542-12-05 09:12:15.08]     [3,9542-12-05 09:12:15.08]
 [4,6259-11-06 01:50:33.207]    [4,6259-11-06 01:50:33.207]
 [5,4612-09-23 12:29:57.728]    [5,4612-09-23 12:29:57.728]
 [6,6154-11-23 22:08:30.326]    [6,6154-11-23 22:08:30.326]
 [7,3119-10-29 06:25:32.541]    [7,3119-10-29 06:25:32.541]
 [8,null]                       [8,null]
 [9,5483-09-21 02:59:43.098]    [9,5483-09-21 02:59:43.098]
 [10,7825-02-23 16:40:03.006]   [10,7825-02-23 16:40:03.006]
        
       
      at org.scalatest.Assertions$class.newAssertionFailedException(Assertions.scala:495)
      at org.scalatest.FunSuite.newAssertionFailedException(FunSuite.scala:1555)
      at org.scalatest.Assertions$class.fail(Assertions.scala:1328)
      at org.scalatest.FunSuite.fail(FunSuite.scala:1555)
      at org.apache.spark.sql.QueryTest.checkAnswer(QueryTest.scala:149)
      at org.apache.spark.sql.QueryTest.checkAnswer(QueryTest.scala:159)
      at org.apache.spark.sql.sources.HadoopFsRelationTest$$anonfun$34$$anonfun$apply$20$$anonfun$apply$1$$anonfun$apply$mcV$sp$19.apply(HadoopFsRelationTest.scala:165)
      at org.apache.spark.sql.sources.HadoopFsRelationTest$$anonfun$34$$anonfun$apply$20$$anonfun$apply$1$$anonfun$apply$mcV$sp$19.apply(HadoopFsRelationTest.scala:129)
      at org.apache.spark.sql.test.SQLTestUtils$class.withTempPath(SQLTestUtils.scala:114)
      at org.apache.spark.sql.sources.HadoopFsRelationTest.withTempPath(HadoopFsRelationTest.scala:39)
      at org.apache.spark.sql.sources.HadoopFsRelationTest$$anonfun$34$$anonfun$apply$20$$anonfun$apply$1.apply$mcV$sp(HadoopFsRelationTest.scala:129)
      at org.apache.spark.sql.sources.HadoopFsRelationTest$$anonfun$34$$anonfun$apply$20$$anonfun$apply$1.apply(HadoopFsRelationTest.scala:123)
      at org.apache.spark.sql.sources.HadoopFsRelationTest$$anonfun$34$$anonfun$apply$20$$anonfun$apply$1.apply(HadoopFsRelationTest.scala:123)
      at org.scalatest.Transformer$$anonfun$apply$1.apply$mcV$sp(Transformer.scala:22)
      at org.scalatest.OutcomeOf$class.outcomeOf(OutcomeOf.scala:85)
      at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
      at org.scalatest.Transformer.apply(Transformer.scala:22)
      at org.scalatest.Transformer.apply(Transformer.scala:20)
      at org.scalatest.FunSuiteLike$$anon$1.apply(FunSuiteLike.scala:166)
      at org.apache.spark.SparkFunSuite.withFixture(SparkFunSuite.scala:57)
      at org.scalatest.FunSuiteLike$class.invokeWithFixture$1(FunSuiteLike.scala:163)
      at org.scalatest.FunSuiteLike$$anonfun$runTest$1.apply(FunSuiteLike.scala:175)
      at org.scalatest.FunSuiteLike$$anonfun$runTest$1.apply(FunSuiteLike.scala:175)
      at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
      at org.scalatest.FunSuiteLike$class.runTest(FunSuiteLike.scala:175)
      at org.scalatest.FunSuite.runTest(FunSuite.scala:1555)
      at org.scalatest.FunSuiteLike$$anonfun$runTests$1.apply(FunSuiteLike.scala:208)
      at org.scalatest.FunSuiteLike$$anonfun$runTests$1.apply(FunSuiteLike.scala:208)
      at org.scalatest.SuperEngine$$anonfun$traverseSubNodes$1$1.apply(Engine.scala:413)
      at org.scalatest.SuperEngine$$anonfun$traverseSubNodes$1$1.apply(Engine.scala:401)
      at scala.collection.immutable.List.foreach(List.scala:381)
      at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
      at org.scalatest.SuperEngine.org$scalatest$SuperEngine$$runTestsInBranch(Engine.scala:396)
      at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:483)
      at org.scalatest.FunSuiteLike$class.runTests(FunSuiteLike.scala:208)
      at org.scalatest.FunSuite.runTests(FunSuite.scala:1555)
      at org.scalatest.Suite$class.run(Suite.scala:1424)
      at org.scalatest.FunSuite.org$scalatest$FunSuiteLike$$super$run(FunSuite.scala:1555)
      at org.scalatest.FunSuiteLike$$anonfun$run$1.apply(FunSuiteLike.scala:212)
      at org.scalatest.FunSuiteLike$$anonfun$run$1.apply(FunSuiteLike.scala:212)
      at org.scalatest.SuperEngine.runImpl(Engine.scala:545)
      at org.scalatest.FunSuiteLike$class.run(FunSuiteLike.scala:212)
      at org.apache.spark.SparkFunSuite.org$scalatest$BeforeAndAfterAll$$super$run(SparkFunSuite.scala:29)
      at org.scalatest.BeforeAndAfterAll$class.liftedTree1$1(BeforeAndAfterAll.scala:257)
      at org.scalatest.BeforeAndAfterAll$class.run(BeforeAndAfterAll.scala:256)
      at org.apache.spark.SparkFunSuite.run(SparkFunSuite.scala:29)
      at org.scalatest.Suite$class.callExecuteOnSuite$1(Suite.scala:1492)
      at org.scalatest.Suite$$anonfun$runNestedSuites$1.apply(Suite.scala:1528)
      at org.scalatest.Suite$$anonfun$runNestedSuites$1.apply(Suite.scala:1526)
      at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:33)
      at scala.collection.mutable.ArrayOps$ofRef.foreach(ArrayOps.scala:186)
      at org.scalatest.Suite$class.runNestedSuites(Suite.scala:1526)
      at org.scalatest.tools.DiscoverySuite.runNestedSuites(DiscoverySuite.scala:29)
      at org.scalatest.Suite$class.run(Suite.scala:1421)
      at org.scalatest.tools.DiscoverySuite.run(DiscoverySuite.scala:29)
      at org.scalatest.tools.SuiteRunner.run(SuiteRunner.scala:55)
      at org.scalatest.tools.Runner$$anonfun$doRunRunRunDaDoRunRun$3.apply(Runner.scala:2563)
      at org.scalatest.tools.Runner$$anonfun$doRunRunRunDaDoRunRun$3.apply(Runner.scala:2557)
      at scala.collection.immutable.List.foreach(List.scala:381)
      at org.scalatest.tools.Runner$.doRunRunRunDaDoRunRun(Runner.scala:2557)
      at org.scalatest.tools.Runner$$anonfun$runOptionallyWithPassFailReporter$2.apply(Runner.scala:1044)
      at org.scalatest.tools.Runner$$anonfun$runOptionallyWithPassFailReporter$2.apply(Runner.scala:1043)
      at org.scalatest.tools.Runner$.withClassLoaderAndDispatchReporter(Runner.scala:2722)
      at org.scalatest.tools.Runner$.runOptionallyWithPassFailReporter(Runner.scala:1043)
      at org.scalatest.tools.Runner$.main(Runner.scala:860)
      at org.scalatest.tools.Runner.main(Runner.scala)