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

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


The following commit(s) were added to refs/heads/master by this push:
     new e7ff6a89d [Hotfix] Fix HudiTableDesctiptor error (#3572)
e7ff6a89d is described below

commit e7ff6a89deee8d6203b1db3d244dff3337059238
Author: liujinhui <[email protected]>
AuthorDate: Mon May 19 15:12:33 2025 +0800

    [Hotfix] Fix HudiTableDesctiptor error (#3572)
    
    fixbug
    
    Co-authored-by: liujh <[email protected]>
---
 .../services/org.apache.amoro.table.descriptor.FormatTableDescriptor    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/amoro-format-hudi/src/main/resources/META-INF/services/org.apache.amoro.table.descriptor.FormatTableDescriptor
 
b/amoro-format-hudi/src/main/resources/META-INF/services/org.apache.amoro.table.descriptor.FormatTableDescriptor
index fa2cb74a2..1d86dac23 100644
--- 
a/amoro-format-hudi/src/main/resources/META-INF/services/org.apache.amoro.table.descriptor.FormatTableDescriptor
+++ 
b/amoro-format-hudi/src/main/resources/META-INF/services/org.apache.amoro.table.descriptor.FormatTableDescriptor
@@ -15,4 +15,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-org.apache.amoro.formats.paimon.PaimonTableDescriptor
\ No newline at end of file
+org.apache.amoro.formats.hudi.HudiTableDescriptor
\ No newline at end of file

Reply via email to