Skip to content

Commit 8dd00f8

Browse files
committed
Rebase fixes
1 parent 20053cf commit 8dd00f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exec/java-exec/src/main/java/org/apache/drill/exec/store/easy/json/loader/JsonLoaderImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import java.util.Collections;
2626
import java.util.List;
2727

28-
import org.apache.commons.io.IOUtils;
28+
import io.netty.buffer.DrillBuf;
2929
import org.apache.drill.common.exceptions.CustomErrorContext;
3030
import org.apache.drill.common.exceptions.EmptyErrorContext;
3131
import org.apache.drill.common.exceptions.UserException;

0 commit comments

Comments
 (0)