Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
1 of 2 tasks
xyk0930 opened this issue Jun 11, 2024 · 0 comments
Closed
1 of 2 tasks

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

xyk0930 opened this issue Jun 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@xyk0930
Copy link

xyk0930 commented Jun 11, 2024

Search before asking

  • I searched in the issues and found nothing similar.

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?

  • I'm willing to submit a PR!
@xyk0930 xyk0930 added the bug Something isn't working label Jun 11, 2024
@xyk0930 xyk0930 changed the title [Bug] [Bug] using spark CALL sys.migrate_table Exception Jun 11, 2024
@xyk0930 xyk0930 closed this as completed Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant