You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2023/06/08 21:20:48 UTC

[calcite] 03/03: lint

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

jhyde pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git

commit 8a5cf837d1f79b57503b3888c603a37b5ae588a4
Author: Julian Hyde <jh...@apache.org>
AuthorDate: Fri Jun 2 18:30:06 2023 -0700

    lint
---
 core/src/test/java/org/apache/calcite/rex/RexProgramTest.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/core/src/test/java/org/apache/calcite/rex/RexProgramTest.java b/core/src/test/java/org/apache/calcite/rex/RexProgramTest.java
index e4f10df2aa..8d695afbde 100644
--- a/core/src/test/java/org/apache/calcite/rex/RexProgramTest.java
+++ b/core/src/test/java/org/apache/calcite/rex/RexProgramTest.java
@@ -16,8 +16,6 @@
  */
 package org.apache.calcite.rex;
 
-import com.google.common.collect.TreeRangeSet;
-
 import org.apache.calcite.avatica.util.ByteString;
 import org.apache.calcite.plan.RelOptPredicateList;
 import org.apache.calcite.plan.RelOptUtil;