tchivs commented on PR #8193: URL: https://github.com/apache/paimon/pull/8193#issuecomment-4668320807
Added the Trino 440 companion branch that consumes this API: - https://github.com/tchivs/trino/tree/paimon/trino-440-paimon-1.5 - commit: `258d20759ace3847f8b7aba382774d182ebbf2b2` The Trino side uses `CatalogContext.createWithoutHadoop(...)` with its own `PaimonFileIOLoader`, disables Hadoop default config loading, and avoids installing `SecurityContext`. Validation run locally: - Paimon: `mvn -pl paimon-core -am -Pfast-build -DfailIfNoTests=false -Dtest=CatalogFactoryTest test` - Paimon: `mvn -pl paimon-common -am -Pfast-build -DfailIfNoTests=false -Dtest=FileIOTest,ResolvingFileIOTest test` - Trino 440 companion: `JAVA_HOME=/root/.jdks/temurin-21.0.11 PATH=/root/.jdks/temurin-21.0.11/bin:$PATH ./mvnw -pl plugin/trino-paimon -Dtest=TrinoConnectorFactoryTest,TrinoPluginTest test` -- 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]
