paultanay commented on issue #9859: URL: https://github.com/apache/gravitino/issues/9859#issuecomment-3845883443
I've submitted PR #9874 to fix this issue. **Changes:** Removed the invalid copy operation to `catalogs/jdbc-oceanbase/libs/` (line 72 in [gravitino-dependency.sh](cci:7://file:///d:/Coding%20Files/Open%20Source/gravitino/dev/docker/gravitino/gravitino-dependency.sh:0:0-0:0)). **Rationale:** The jdbc-oceanbase catalog is in `catalogs-contrib/` and is excluded from the distribution package by [build.gradle.kts](cci:7://file:///d:/Coding%20Files/Open%20Source/gravitino/build.gradle.kts:0:0-0:0) (lines 776-782), so the copy operation targets a non-existent directory. CI will validate the fix. Please let me know if any changes are needed. -- 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]
