Results do not match for drop_database_removes_partition_dirs:
== Parsed Logical Plan ==
HiveNativeCommand dfs -ls /home/jenkins/workspace/spark-master-test-maven-hadoop-2.4/sql/hive/target/tmp/spark-b2871d80-5287-4977-e-a57cd5a0cece/drop_database_removes_partition_dirs_table2

== Analyzed Logical Plan ==
result: string
HiveNativeCommand dfs -ls /home/jenkins/workspace/spark-master-test-maven-hadoop-2.4/sql/hive/target/tmp/spark-b2871d80-5287-4977-e-a57cd5a0cece/drop_database_removes_partition_dirs_table2

== Optimized Logical Plan ==
HiveNativeCommand dfs -ls /home/jenkins/workspace/spark-master-test-maven-hadoop-2.4/sql/hive/target/tmp/spark-b2871d80-5287-4977-e-a57cd5a0cece/drop_database_removes_partition_dirs_table2

== Physical Plan ==
ExecutedCommand HiveNativeCommand dfs -ls /home/jenkins/workspace/spark-master-test-maven-hadoop-2.4/sql/hive/target/tmp/spark-b2871d80-5287-4977-e-a57cd5a0cece/drop_database_removes_partition_dirs_table2
result
!== HIVE - 1 row(s) == == CATALYST - 1 row(s) ==
!0 1
Couldn't compute dependent tables: org.apache.spark.sql.AnalysisException: Table not found: `default`.`src`; line 2 pos 22

org.scalatest.exceptions.TestFailedException:
Results do not match for drop_database_removes_partition_dirs:
== Parsed Logical Plan ==
HiveNativeCommand dfs -ls /home/jenkins/workspace/spark-master-test-maven-hadoop-2.4/sql/hive/target/tmp/spark-b2871d80-5287-4977-e-a57cd5a0cece/drop_database_removes_partition_dirs_table2
== Analyzed Logical Plan ==
result: string
HiveNativeCommand dfs -ls /home/jenkins/workspace/spark-master-test-maven-hadoop-2.4/sql/hive/target/tmp/spark-b2871d80-5287-4977-e-a57cd5a0cece/drop_database_removes_partition_dirs_table2
== Optimized Logical Plan ==
HiveNativeCommand dfs -ls /home/jenkins/workspace/spark-master-test-maven-hadoop-2.4/sql/hive/target/tmp/spark-b2871d80-5287-4977-e-a57cd5a0cece/drop_database_removes_partition_dirs_table2
== Physical Plan ==
ExecutedCommand HiveNativeCommand dfs -ls /home/jenkins/workspace/spark-master-test-maven-hadoop-2.4/sql/hive/target/tmp/spark-b2871d80-5287-4977-e-a57cd5a0cece/drop_database_removes_partition_dirs_table2
result
!== HIVE - 1 row(s) == == CATALYST - 1 row(s) ==
!0 1
Couldn't compute dependent tables: org.apache.spark.sql.AnalysisException: Table not found: `default`.`src`; line 2 pos 22
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.hive.execution.HiveComparisonTest$$anonfun$createQueryTest$1$$anonfun$doTest$1$5.apply(HiveComparisonTest.scala:527)
at org.apache.spark.sql.hive.execution.HiveComparisonTest$$anonfun$createQueryTest$1$$anonfun$doTest$1$5.apply(HiveComparisonTest.scala:461)
at scala.runtime.Tuple3Zipped$$anonfun$foreach$extension$1.apply(Tuple3Zipped.scala:116)
at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:33)
at scala.collection.mutable.WrappedArray.foreach(WrappedArray.scala:35)
at scala.runtime.Tuple3Zipped$.foreach$extension(Tuple3Zipped.scala:114)
at org.apache.spark.sql.hive.execution.HiveComparisonTest$$anonfun$createQueryTest$1.doTest$1(HiveComparisonTest.scala:461)
at org.apache.spark.sql.hive.execution.HiveComparisonTest$$anonfun$createQueryTest$1.apply$mcV$sp(HiveComparisonTest.scala:552)
at org.apache.spark.sql.hive.execution.HiveComparisonTest$$anonfun$createQueryTest$1.apply(HiveComparisonTest.scala:271)
at org.apache.spark.sql.hive.execution.HiveComparisonTest$$anonfun$createQueryTest$1.apply(HiveComparisonTest.scala:271)
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:54)
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.apache.spark.sql.hive.execution.HiveCompatibilitySuite.org$scalatest$BeforeAndAfter$$super$runTest(HiveCompatibilitySuite.scala:32)
at org.scalatest.BeforeAndAfter$class.runTest(BeforeAndAfter.scala:200)
at org.apache.spark.sql.hive.execution.HiveCompatibilitySuite.runTest(HiveCompatibilitySuite.scala:32)
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:26)
at org.scalatest.BeforeAndAfterAll$class.liftedTree1$1(BeforeAndAfterAll.scala:257)
at org.scalatest.BeforeAndAfterAll$class.run(BeforeAndAfterAll.scala:256)
at org.apache.spark.sql.hive.execution.HiveCompatibilitySuite.org$scalatest$BeforeAndAfter$$super$run(HiveCompatibilitySuite.scala:32)
at org.scalatest.BeforeAndAfter$class.run(BeforeAndAfter.scala:241)
at org.apache.spark.sql.hive.execution.HiveCompatibilitySuite.run(HiveCompatibilitySuite.scala:32)
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)