incubator-doris [Bug] backup throw exception when comparisons case sensitive

rvpgvaaj  于 2022-04-22  发布在  Java
关注(0)|答案(0)|浏览(94)

Search before asking

  • I had searched in the issues and found no similar issues.

Version

0.14.0

What's Wrong?

集群配置大小写敏感,同时备份test、和Test表,因为AbstractBackupTableRefClause直接使用
Maps.newTreeMap(String.CASE_INSENSITIVE_ORDER);
报错
Duplicated restore table: Test

What You Expected?

backup success

How to Reproduce?

  • No response*

Anything Else?

  • No response*

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题