Skip to content

Commit aa5a120

Browse files
committed
Run spotless
1 parent 08b10e3 commit aa5a120

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

gandiva/src/main/java/org/apache/arrow/gandiva/evaluator/FunctionSignature.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
import com.google.common.base.MoreObjects;
2020
import com.google.common.base.Objects;
21-
2221
import java.util.List;
2322
import org.apache.arrow.vector.types.pojo.ArrowType;
2423

gandiva/src/main/java/org/apache/arrow/gandiva/evaluator/JniLoader.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
import java.util.concurrent.ConcurrentMap;
3232
import org.apache.arrow.gandiva.exceptions.GandivaException;
3333

34-
import com.sun.jna.Library;
35-
import com.sun.jna.NativeLibrary;
36-
3734
/** This class handles loading of the jni library, and acts as a bridge for the native functions. */
3835
class JniLoader {
3936
private static final String LIBRARY_NAME = "gandiva_jni";

gandiva/src/main/java/org/apache/arrow/gandiva/expression/FunctionNode.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
package org.apache.arrow.gandiva.expression;
1818

1919
import java.util.List;
20-
2120
import org.apache.arrow.gandiva.exceptions.GandivaException;
2221
import org.apache.arrow.gandiva.ipc.GandivaTypes;
2322
import org.apache.arrow.vector.types.pojo.ArrowType;

0 commit comments

Comments
 (0)