File tree Expand file tree Collapse file tree
sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
4141 private val originalInMemoryPartitionPruning = TestHive .conf.inMemoryPartitionPruning
4242 private val originalCrossJoinEnabled = TestHive .conf.crossJoinEnabled
4343 private val originalSessionLocalTimeZone = TestHive .conf.sessionLocalTimeZone
44- private val originalUseLegacyDateTimeParser = TestHive .conf.legacyTimeParserEnabled
4544
4645 def testCases : Seq [(String , File )] = {
4746 hiveQueryDir.listFiles.map(f => f.getName.stripSuffix(" .q" ) -> f)
@@ -75,7 +74,6 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
7574 TestHive .setConf(SQLConf .IN_MEMORY_PARTITION_PRUNING , originalInMemoryPartitionPruning)
7675 TestHive .setConf(SQLConf .CROSS_JOINS_ENABLED , originalCrossJoinEnabled)
7776 TestHive .setConf(SQLConf .SESSION_LOCAL_TIMEZONE , originalSessionLocalTimeZone)
78- TestHive .setConf(SQLConf .LEGACY_TIME_PARSER_ENABLED , originalUseLegacyDateTimeParser)
7977
8078 // For debugging dump some statistics about how much time was spent in various optimizer rules
8179 logWarning(RuleExecutor .dumpTimeSpent())
You can’t perform that action at this time.
0 commit comments