nrg4878 commented on PR #6172: URL: https://github.com/apache/hive/pull/6172#issuecomment-3633606166
@aturoczy We have not removed support for MSSQL although it is not tested actively. The SQL scripts are maintained when there are new schema changes. But Hive uses JDK21 now. We should use JDK21 compatible driver. https://learn.microsoft.com/en-us/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server?view=sql-server-ver17 Also we should not be using something thats a preview jar like this PR does. -- 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]
