We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
exp thrown in updateIndex java.lang.IllegalStateException: Duplicate key /warehouse1/bili_infra.db/index_test2/log_date=20210711/000000_0 (attempted merging values 1648718284093 and 1648786448561)
FileIndexWriter.persist needs to check if any old index files should be deleted.
create index idx2 using minmax on hive.bili_infra.index_test2 (mid);
executing sql in hive engine as below
insert overwrite table bili_infra.index_test2 partition (log_date) select * from bili_infra.index_test2 where log_date='20210711' and mid<>0;
update index idx2
java.lang.IllegalStateException: Duplicate key /warehouse1/bili_infra.db/index_test2/log_date=20210711/000000_0 (attempted merging values 1648718284093 and 1648786448561)
index_test2 created as below.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Software Environment:
1.7
linux
Describe the current behavior
exp thrown in updateIndex
java.lang.IllegalStateException: Duplicate key /warehouse1/bili_infra.db/index_test2/log_date=20210711/000000_0 (attempted merging values 1648718284093 and 1648786448561)
Describe the expected behavior
FileIndexWriter.persist
needs to check if any old index files should be deleted.
Steps to reproduce the issue
executing sql in hive engine as below
java.lang.IllegalStateException: Duplicate key /warehouse1/bili_infra.db/index_test2/log_date=20210711/000000_0 (attempted merging values 1648718284093 and 1648786448561)
Related log/screenshots
index_test2 created as below.
Special notes for this issue
The text was updated successfully, but these errors were encountered: