singhpk234 commented on PR #1287: URL: https://github.com/apache/polaris/pull/1287#issuecomment-2770958288
Java classes I think this module should have : ``` Core classes : JdbcMetaStoreManagerFactory to be annotated and be used by my quarkus server to change the impl and use jdbc impl PolarisJDBCBasePersistenceImpl which implements BasePersistence 3. ConnectionManager -> configure DBCP2 and manager connection Pool 4. DatabaseOperations -> to run DDL and DML 5. QueryGenerator => to create SQL query to be executed 6. ResultToObjCoverter => to covert to ResultSet To Model Objects ``` -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org