Skip to content

Commit

Permalink
Remove unused import and class
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Apr 3, 2024
1 parent 6cb63ed commit 25eec59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 52 deletions.
51 changes: 0 additions & 51 deletions common/src/main/java/org/apache/comet/CometArrowStreamWriter.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

package org.apache.spark.sql.comet

import java.io.{ByteArrayOutputStream, DataInputStream, DataOutputStream, OutputStream}
import java.io.{ByteArrayOutputStream, DataInputStream, DataOutputStream}
import java.nio.ByteBuffer
import java.nio.channels.Channels

Expand Down

0 comments on commit 25eec59

Please sign in to comment.