databricks / spark-sql-perf

Apache License 2.0
582 stars 406 forks source link

Spark3 tpcds setup #187

Open Peach-He opened 4 years ago

Peach-He commented 4 years ago

Noticed that spark 3.0.0 does not have method org.apache.spark.sql.SQLContext.createExternalTable, updated the TPC-DS setup part to support spark 3.0.0 by using SparkSession to create table. Thanks for your reviewing.

isamllr commented 4 years ago

Tested... unfortunately, this won't build if I change the Spark version to 3.0.0 in build.sbt.