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]: insert overwirte partition table failed #334

Closed
1 task done
hellojinsilei opened this issue Sep 6, 2022 · 1 comment · Fixed by #343
Closed
1 task done

[Bug]: insert overwirte partition table failed #334

hellojinsilei opened this issue Sep 6, 2022 · 1 comment · Fixed by #343
Labels
type:bug Something isn't working
Milestone

Comments

@hellojinsilei
Copy link
Contributor

What happened?

create table test_arctic_10 (id int , name string, dt string) using arctic partitioned by (dt);
insert overwrite test_arctic_10 values (1, 'aaa','1'), (2, 'bbb','2'), (3, 'ccc','1');
failed
image

but insert overwrite test_arctic_10 values (1, 'aaa','1'), (2, 'bbb','2'), (3, 'ccc','3');
it will success!

Affects Versions

0.3.1

What engines are you seeing the problem on?

No response

How to reproduce

No response

Relevant log output

No response

Anything else

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@hellojinsilei hellojinsilei added the type:bug Something isn't working label Sep 6, 2022
@zhoujinsong zhoujinsong added this to the Release 0.3.2 milestone Sep 7, 2022
@shendanfengg
Copy link
Contributor

Similarly, if there is no primary key and no partition table, an Insert over write will be written to multiple directories, resulting in data loss from Hive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants