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
spark connector couldn't compile or run on spark 3.1
the minimum spark version of the Kyuubi spark hive connector is 3.3, it couldn't compile or start up in spark 3.1 envriment. this's the biggest challenge.
spark connector compile failed for API change, this could be resolved by some methods.
a. create table API change
b. not using SortedBucketTransform to represent the bucket table.
c. not support UpdateColumnDefaultValue
d. dropNamespace API change
e. deleteColumn API change
f. doesn't support timestampNTZ data type.
g. doesn't support FunctionCatalog, this mainly affect Iceberg catalog.
What would you like to be improved?
validate spark connector on spark 3.1.2
How should we improve?
No response
The text was updated successfully, but these errors were encountered: