laserninja commented on PR #10757: URL: https://github.com/apache/gravitino/pull/10757#issuecomment-4403642281
Added CTAS integration tests for jdbc-mysql and jdbc-postgresql catalogs in this latest commit. These cover basic CTAS, CTAS with column subset + transformation, and CTAS with empty source. Re: [catalog_iceberg_prepare.sql](vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-browser/workbench/workbench.html) changes: Those were reverted in a previous commit because VARCHAR(N) caused issues with Iceberg's type system (it only supports unbounded VARCHAR). The prepare script didn't need changes since the CTAS test creates its own schema and source table. -- 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]
