This is an automated email from the ASF dual-hosted git repository.

JingsongLi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 960cb6a8e9 [filesystem] Fix misleading OBS comment in hadoop-uber 
shade config (#8575)
960cb6a8e9 is described below

commit 960cb6a8e9b117d920d544b448bbb14edc09af01
Author: Eunbin Son <[email protected]>
AuthorDate: Mon Jul 13 11:17:26 2026 +0900

    [filesystem] Fix misleading OBS comment in hadoop-uber shade config (#8575)
---
 paimon-filesystems/paimon-hadoop-uber/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/paimon-filesystems/paimon-hadoop-uber/pom.xml 
b/paimon-filesystems/paimon-hadoop-uber/pom.xml
index bd298da0e6..25b1bbd0b0 100644
--- a/paimon-filesystems/paimon-hadoop-uber/pom.xml
+++ b/paimon-filesystems/paimon-hadoop-uber/pom.xml
@@ -636,7 +636,7 @@
     <build>
         <plugins>
 
-            <!-- Relocate all OBS related classes -->
+            <!-- Relocate all Hadoop related classes -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>

Reply via email to