You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doesn't support hive file format: hive
javax.ws.rs.NotSupportedException: Doesn't support hive file format: hive
at com.datastrato.gravitino.spark.connector.hive.HivePropertiesConverter.toGravitinoTableProperties(HivePropertiesConverter.java:81)
at com.datastrato.gravitino.spark.connector.catalog.BaseCatalog.createTable(BaseCatalog.java:177)
at org.apache.spark.sql.execution.datasources.v2.CreateTableExec.run(CreateTableExec.scala:44)
at org.apache.spark.sql.execution.datasources.v2.V2CommandExec.result$lzycompute(V2CommandExec.scala:43)
at org.apache.spark.sql.execution.datasources.v2.V2CommandExec.result(V2CommandExec.scala:43)
at org.apache.spark.sql.execution.datasources.v2.V2CommandExec.executeCollect(V2CommandExec.scala:49)
How to reproduce
CREATETABLEt1(aa int) using hive;
Additional context
No response
The text was updated successfully, but these errors were encountered:
…3169)
### What changes were proposed in this pull request?
transform `hive` provider to `text` format
### Why are the changes needed?
Fix: #3129
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
add UT and IT
…3169)
### What changes were proposed in this pull request?
transform `hive` provider to `text` format
### Why are the changes needed?
Fix: #3129
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
add UT and IT
…3182)
### What changes were proposed in this pull request?
transform `hive` provider to `text` format
### Why are the changes needed?
Fix: #3129
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
add UT and IT
Co-authored-by: FANNG <[email protected]>
diqiu50
pushed a commit
to diqiu50/gravitino
that referenced
this issue
Jun 13, 2024
… hive (apache#3169)
### What changes were proposed in this pull request?
transform `hive` provider to `text` format
### Why are the changes needed?
Fix: apache#3129
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
add UT and IT
Version
main branch
Describe what's wrong
failed to create hive table
Error message and/or stacktrace
How to reproduce
Additional context
No response
The text was updated successfully, but these errors were encountered: