You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by al...@apache.org on 2021/04/22 14:15:53 UTC

[ignite] branch sql-calcite updated: IGNITE-14573 Removed redundant import

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

alexpl pushed a commit to branch sql-calcite
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/sql-calcite by this push:
     new 10fa8bb  IGNITE-14573 Removed redundant import
10fa8bb is described below

commit 10fa8bb5748f0af5f421f7b12c3e90705776ad04
Author: Aleksey Plekhanov <pl...@gmail.com>
AuthorDate: Thu Apr 22 17:11:21 2021 +0300

    IGNITE-14573 Removed redundant import
---
 .../processors/query/calcite/exec/exp/ExpressionFactoryImpl.java         | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/exp/ExpressionFactoryImpl.java b/modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/exp/ExpressionFactoryImpl.java
index d653a0e..b54a26f 100644
--- a/modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/exp/ExpressionFactoryImpl.java
+++ b/modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/exp/ExpressionFactoryImpl.java
@@ -32,7 +32,6 @@ import java.util.stream.Collectors;
 import com.google.common.collect.ImmutableList;
 import com.google.common.collect.Ordering;
 import com.google.common.primitives.Primitives;
-import com.sun.xml.internal.ws.spi.db.FieldGetter;
 import org.apache.calcite.adapter.enumerable.EnumUtils;
 import org.apache.calcite.adapter.enumerable.RexToLixTranslator;
 import org.apache.calcite.adapter.enumerable.RexToLixTranslator.InputGetter;