Skip to content

Commit fc17a2e

Browse files
committed
review feedback
1 parent b9c03e9 commit fc17a2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/ParquetHiveCompatibilitySuite.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ import org.apache.spark.sql.hive.test.TestHiveSingleton
3535
import org.apache.spark.sql.internal.SQLConf
3636
import org.apache.spark.sql.types.{StringType, StructType, TimestampType}
3737

38-
class ParquetHiveCompatibilitySuite extends ParquetCompatibilityTest with TestHiveSingleton
39-
with BeforeAndAfterEach {
38+
class ParquetHiveCompatibilitySuite extends ParquetCompatibilityTest with TestHiveSingleton {
4039
/**
4140
* Set the staging directory (and hence path to ignore Parquet files under)
4241
* to the default value of hive.exec.stagingdir.

0 commit comments

Comments
 (0)