Aggarwal-Raghav commented on PR #6116: URL: https://github.com/apache/hive/pull/6116#issuecomment-3384958522
> The changes LGTM. One thing that I wanted to clarify is the distinction between `derby` and `derbytools` artifacts. Do we need both of them in the project? If the driver is now inside `derbytools` what does `derby` contain? Thanks for the review @zabetak , Regarding this question. I don't know the details as the commits in which this change is done is not very insightful :-) <img width="1253" height="345" alt="Screenshot 2025-10-09 at 2 48 51 PM" src="https://github.com/user-attachments/assets/fc7151f7-84ac-4bf5-949b-2eb54899cdd5" /> But without this change the schema initialization fails as the https://github.com/apache/derby/blob/trunk/java/org.apache.derby.tools/org/apache/derby/jdbc/EmbeddedDriver.java looks for JDBCBoot class which is part of derby jar <img width="1315" height="721" alt="Screenshot 2025-10-09 at 2 41 46 PM" src="https://github.com/user-attachments/assets/85064b2e-328e-4dbe-8558-7208bc7dfc79" /> -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
