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

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

commit a9f7f1f648596ead6d0bdf5d36d478aa4b75751a
Author: Paul Rogers <[email protected]>
AuthorDate: Wed Jan 3 17:00:11 2024 -0800

    More fixes
---
 .../java/org/apache/drill/exec/physical/resultSet/impl/UnionState.java  | 1 -
 .../apache/drill/exec/store/table/function/WithOptionsTableMacro.java   | 2 +-
 .../exec/physical/resultSet/impl/TestResultSetLoaderUnprojected.java    | 1 -
 3 files changed, 1 insertion(+), 3 deletions(-)

diff --git 
a/exec/java-exec/src/main/java/org/apache/drill/exec/physical/resultSet/impl/UnionState.java
 
b/exec/java-exec/src/main/java/org/apache/drill/exec/physical/resultSet/impl/UnionState.java
index df214770f0..ec431e1b0a 100644
--- 
a/exec/java-exec/src/main/java/org/apache/drill/exec/physical/resultSet/impl/UnionState.java
+++ 
b/exec/java-exec/src/main/java/org/apache/drill/exec/physical/resultSet/impl/UnionState.java
@@ -25,7 +25,6 @@ import org.apache.drill.common.types.TypeProtos.MinorType;
 import org.apache.drill.exec.physical.resultSet.ResultVectorCache;
 import 
org.apache.drill.exec.physical.resultSet.impl.ColumnState.BaseContainerColumnState;
 import 
org.apache.drill.exec.physical.resultSet.impl.SingleVectorState.FixedWidthVectorState;
-import 
org.apache.drill.exec.physical.resultSet.impl.SingleVectorState.SimpleVectorState;
 import org.apache.drill.exec.record.metadata.ColumnMetadata;
 import org.apache.drill.exec.record.metadata.VariantMetadata;
 import org.apache.drill.exec.record.metadata.VariantSchema;
diff --git 
a/exec/java-exec/src/main/java/org/apache/drill/exec/store/table/function/WithOptionsTableMacro.java
 
b/exec/java-exec/src/main/java/org/apache/drill/exec/store/table/function/WithOptionsTableMacro.java
index 69b86e1d09..abcd9ef4ab 100644
--- 
a/exec/java-exec/src/main/java/org/apache/drill/exec/store/table/function/WithOptionsTableMacro.java
+++ 
b/exec/java-exec/src/main/java/org/apache/drill/exec/store/table/function/WithOptionsTableMacro.java
@@ -34,7 +34,7 @@ import java.util.function.Function;
  */
 public class WithOptionsTableMacro implements TableMacro {
 
-  private static final Logger logger = 
LoggerFactory.getLogger(WithOptionsTableMacro.class);
+  private static final org.slf4j.Logger logger = 
org.slf4j.LoggerFactory.getLogger(WithOptionsTableMacro.class);
 
   private final TableSignature sig;
   private final Function<List<Object>, DrillTable> function;
diff --git 
a/exec/java-exec/src/test/java/org/apache/drill/exec/physical/resultSet/impl/TestResultSetLoaderUnprojected.java
 
b/exec/java-exec/src/test/java/org/apache/drill/exec/physical/resultSet/impl/TestResultSetLoaderUnprojected.java
index 538a952695..98c64cb895 100644
--- 
a/exec/java-exec/src/test/java/org/apache/drill/exec/physical/resultSet/impl/TestResultSetLoaderUnprojected.java
+++ 
b/exec/java-exec/src/test/java/org/apache/drill/exec/physical/resultSet/impl/TestResultSetLoaderUnprojected.java
@@ -14,7 +14,6 @@ import 
org.apache.drill.exec.physical.resultSet.impl.ResultSetLoaderImpl.ResultS
 import org.apache.drill.exec.physical.resultSet.project.Projections;
 import org.apache.drill.exec.physical.rowSet.RowSet;
 import org.apache.drill.exec.physical.rowSet.RowSet.SingleRowSet;
-import org.apache.drill.exec.physical.rowSet.RowSetFormatter;
 import org.apache.drill.exec.physical.rowSet.RowSetTestUtils;
 import org.apache.drill.exec.record.metadata.SchemaBuilder;
 import org.apache.drill.exec.record.metadata.TupleMetadata;

Reply via email to