Skip to content

Commit

Permalink
[Fix](multi-catalog) Fallback to refresh catalog when hms events are …
Browse files Browse the repository at this point in the history
…missing.

Fix #20227, the implementation has some problem and can not catch event-missing-exception.
  • Loading branch information
王翔宇 committed Jun 29, 2023
1 parent a6992ce commit 4dc27f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
import org.apache.doris.datasource.property.PropertyConverter;
import org.apache.doris.datasource.property.constants.HMSProperties;

import org.apache.commons.lang3.StringUtils;
import com.google.common.base.Strings;
import com.google.common.collect.Lists;
import org.apache.commons.lang3.StringUtils;
import org.apache.commons.lang3.math.NumberUtils;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.hive.conf.HiveConf;
Expand Down

0 comments on commit 4dc27f6

Please sign in to comment.