This is an automated email from the ASF dual-hosted git repository. lzljs3620320 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 b6bd11e1c6 [hotfix] Fix typo in obs filesystem (#5839) b6bd11e1c6 is described below commit b6bd11e1c687cf65f305695521ef2cd2937c4ab8 Author: yuxia Luo <luoyu...@alumni.sjtu.edu.cn> AuthorDate: Fri Jul 4 20:44:32 2025 +0800 [hotfix] Fix typo in obs filesystem (#5839) --- paimon-filesystems/paimon-obs-impl/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paimon-filesystems/paimon-obs-impl/pom.xml b/paimon-filesystems/paimon-obs-impl/pom.xml index 553d35c22a..de68f80552 100644 --- a/paimon-filesystems/paimon-obs-impl/pom.xml +++ b/paimon-filesystems/paimon-obs-impl/pom.xml @@ -81,7 +81,7 @@ <build> <plugins> - <!-- Relocate all OSS related classes --> + <!-- Relocate all OBS related classes --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId>