You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ya...@apache.org on 2021/12/30 02:47:38 UTC

[incubator-doris] branch master updated: [fix] fix TableRef.java checkstyle failed (#7538)

This is an automated email from the ASF dual-hosted git repository.

yangzhg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new d88711a  [fix] fix TableRef.java checkstyle failed (#7538)
d88711a is described below

commit d88711aabb4e09372de8b46835b2f585f0a71221
Author: Zhengguo Yang <ya...@gmail.com>
AuthorDate: Thu Dec 30 10:47:26 2021 +0800

    [fix] fix TableRef.java checkstyle failed (#7538)
---
 fe/fe-core/src/main/java/org/apache/doris/analysis/TableRef.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fe/fe-core/src/main/java/org/apache/doris/analysis/TableRef.java b/fe/fe-core/src/main/java/org/apache/doris/analysis/TableRef.java
index 30f66a2..4a49487 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/analysis/TableRef.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/analysis/TableRef.java
@@ -43,7 +43,6 @@ import java.io.IOException;
 import java.util.ArrayList;
 import java.util.Collections;
 import java.util.List;
-import java.util.Locale;
 import java.util.Set;
 
 /**

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org