apache / paimon

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
https://paimon.apache.org/
Apache License 2.0
2.16k stars 855 forks source link

[Bug] using spark CALL sys.migrate_table Exception #3503

Closed xyk0930 closed 1 month ago

xyk0930 commented 1 month ago

Search before asking

Paimon version

0.9

Compute Engine

spark3.5.1

Minimal reproduce step

1.Create a hive table default.tb_a with the file type parquet 2.Use spark to write some data to default.tb a 3.CALL sys.migrate_table(source_type => 'hive', table => 'default.tb_a', options => 'file.format=parquet', target_table => 'paimon.tb_a', delete_origin => false)

What doesn't meet your expectations?

Some errors occurred when I called migrate_table, as follows image

Anything else?

No response

Are you willing to submit a PR?