You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ka...@apache.org on 2023/03/29 14:51:28 UTC

[druid] branch master updated: Fixing checkstyle (#14000)

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

karan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new e4c5122a60 Fixing checkstyle (#14000)
e4c5122a60 is described below

commit e4c5122a60367c1e6f814ab9bec8c64c0629f128
Author: Karan Kumar <ka...@gmail.com>
AuthorDate: Wed Mar 29 20:21:21 2023 +0530

    Fixing checkstyle (#14000)
---
 .../test/java/org/apache/druid/sql/calcite/IngestTableFunctionTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sql/src/test/java/org/apache/druid/sql/calcite/IngestTableFunctionTest.java b/sql/src/test/java/org/apache/druid/sql/calcite/IngestTableFunctionTest.java
index 14cd345cba..82384ea325 100644
--- a/sql/src/test/java/org/apache/druid/sql/calcite/IngestTableFunctionTest.java
+++ b/sql/src/test/java/org/apache/druid/sql/calcite/IngestTableFunctionTest.java
@@ -34,9 +34,9 @@ import org.apache.druid.java.util.common.UOE;
 import org.apache.druid.metadata.DefaultPasswordProvider;
 import org.apache.druid.segment.column.ColumnType;
 import org.apache.druid.segment.column.RowSignature;
+import org.apache.druid.segment.nested.NestedDataComplexTypeSerde;
 import org.apache.druid.server.security.Access;
 import org.apache.druid.server.security.ForbiddenException;
-import org.apache.druid.segment.nested.NestedDataComplexTypeSerde;
 import org.apache.druid.sql.calcite.external.ExternalDataSource;
 import org.apache.druid.sql.calcite.external.Externals;
 import org.apache.druid.sql.calcite.filtration.Filtration;


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