BUG: Using Spark-sql create vortex table, could not insert data #5816
Unanswered
blackflash997997
asked this question in
Issue Triage
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue Description
i used following sql to create table:
used following sql to insert some data into table:
Expected Behavior
it should be successfully insert
Actual Behavior
Caused by: org.apache.spark.sql.AnalysisException: vortex is not a valid Spark SQL Data Source.
at org.apache.spark.sql.errors.QueryCompilationErrors$.invalidDataSourceError(QueryCompilationErrors.scala:1537)
at org.apache.spark.sql.execution.datasources.DataSource.resolveRelation(DataSource.scala:420)
at org.apache.spark.sql.execution.datasources.FindDataSourceTable.$anonfun$readDataSourceTable$1(DataSourceStrategy.scala:260)
at org.sparkproject.guava.cache.LocalCache$LocalManualCache$1.load(LocalCache.java:4792)
at org.sparkproject.guava.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3599)
at org.sparkproject.guava.cache.LocalCache$Segment.loadSync(LocalCache.java:2379)
Reproduction Steps
download spark 3.5.2 binary tgz
run
spark-sql --master localOS Version Information
centos7
I acknowledge that:
```) on separate lines.Beta Was this translation helpful? Give feedback.
All reactions