whua3 commented on code in PR #11713: URL: https://github.com/apache/gravitino/pull/11713#discussion_r3487760355
########## gradle/libs.versions.toml: ########## @@ -45,6 +45,7 @@ hadoop3 = "3.3.6" hadoop3-gcs = "1.9.4-hadoop3" hadoop3-abs = "3.3.6" hadoop3-aliyun = "3.3.6" +hadoop-cos = "3.3.0-8.3.23" Review Comment: Tencent Cloud only ships hadoop-cos against the 3.3.0-x.x.x line on Maven Central — there is no 3.3.6-aligned build available. hadoop-cos only depends on hadoop-common APIs that are stable across the 3.3.x line, so it is binary-compatible with Hadoop 3.3.6. Verified end-to-end with PySpark 3.5.0 + Hadoop 3.2.2, reading/writing CSV via cosn:// with no compatibility issues. -- 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]
