schlichtanders commented on issue #6808: URL: https://github.com/apache/hudi/issues/6808#issuecomment-1309901120
Thank you for the updated links. They show how to connect Hudi to a derby metastore via `org.apache.derby.jdbc.ClientDriver`, where the derby metastore is running on a dedicated port on localhost. This is not what this ticket is about. This ticket is about connecting to an embedded in-memory derby metastore which you connect to via the `org.apache.derby.jdbc.EmbeddedDriver` driver. Please refer to my cleaned-up example [above](https://github.com/apache/hudi/issues/6808#issuecomment-1308766125) which works for PostgreSQL, but does not for Derby. I think this is a hudi bug, as no error is thrown, but also no sync is happening when using `org.apache.derby.jdbc.EmbeddedDriver`. How to elevate this Support Ticket to a bug? -- 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]
