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
[#2736] feat(spark-connector) support hive external table (#2739)
### What changes were proposed in this pull request?
support hive external table format
`CREATE EXTERNAL TABLE family (id INT, name STRING)`
### Why are the changes needed?
Fix: #2736
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
UT and IT
---------
Co-authored-by: Charlie Cheng <charlie.cheng@cacafly.com>
Copy file name to clipboardexpand all lines: integration-test/src/test/java/com/datastrato/gravitino/integration/test/spark/hive/SparkHiveCatalogIT.java
Copy file name to clipboardexpand all lines: spark-connector/src/test/java/com/datastrato/gravitino/spark/connector/hive/TestHivePropertiesConverter.java
0 commit comments