advancedxy commented on code in PR #110: URL: https://github.com/apache/arrow-datafusion-comet/pull/110#discussion_r1502018915
########## spark/src/test/scala/org/apache/spark/sql/TPCH.scala: ########## @@ -17,18 +17,18 @@ * under the License. */ +package org.apache.spark.sql + +import org.apache.spark.SparkContext +import org.apache.spark.rdd.RDD + /** * Mostly copied from - * https://github.com/databricks/spark-sql-perf/blob/master/src/main/scala/com/databricks/spark/sql/perf/tpch/TPCH.scala + * https://github.com/databricks/spark-sql-perf/blob/master/src/main/scala/com/databricks/spark/sql/perf/Tables.scala Review Comment: nice catch, it was copy-and-pasted. Let me fix it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
