Skip to content

Commit

Permalink
strange checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Deegue committed May 8, 2023
1 parent 0185422 commit 6a62ba9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import java.util.List;
import scala.collection.JavaConverters._

import io.ray.runtime.generated.Common.Address

import org.apache.arrow.vector.VectorSchemaRoot

import org.apache.spark.{Partition, SparkContext, TaskContext}
import org.apache.spark.api.java.JavaSparkContext
import org.apache.spark.raydp.RayDPUtils
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@

package org.apache.spark.sql.raydp

import com.intel.raydp.shims.SparkShimLoader

import java.io.ByteArrayInputStream
import java.nio.ByteBuffer;
import java.nio.ByteBuffer
import java.nio.channels.{Channels, ReadableByteChannel}
import java.util.List

import scala.collection.JavaConverters._

import com.intel.raydp.shims.SparkShimLoader
import org.apache.arrow.vector.VectorSchemaRoot

import org.apache.spark.TaskContext
import org.apache.spark.api.java.JavaRDD
import org.apache.spark.raydp.RayDPUtils
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

package org.apache.spark.sql.raydp


import java.io.ByteArrayOutputStream
import java.util.{List, UUID}
import java.util.concurrent.{ConcurrentHashMap, ConcurrentLinkedQueue}
Expand Down

0 comments on commit 6a62ba9

Please sign in to comment.