FANNG1 commented on issue #6697:
URL: https://github.com/apache/gravitino/issues/6697#issuecomment-2747663658

   Thanks for posting the error stack,  the main problem is Spark JDBC catalog 
passes all table properties to Gravitino JDBC catalog in 
https://github.com/apache/gravitino/blob/main/spark-connector/spark-common/src/main/java/org/apache/gravitino/spark/connector/jdbc/JdbcPropertiesConverter.java#L65-L67
 which containes `owner` property added by Spark.  We could create a separate 
PG properties converter to filter out `owner` properties to fix it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to