Skip to content

Commit

Permalink
Rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
osopardo1 authored and osopardo1 committed Dec 12, 2023
1 parent 2e78bad commit 559758c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class QbeastSQLIntegrationTest extends QbeastIntegrationTestSpec {

spark.sql(
s"CREATE TABLE student (id INT, name STRING, age INT) USING qbeast " +
"TBLPROPERTIES ('columnsToIndex'='id')")
"OPTIONS ('columnsToIndex'='id')")

spark.sql("INSERT INTO table student SELECT * FROM data")

Expand Down

0 comments on commit 559758c

Please sign in to comment.