Skip to content

Commit

Permalink
Code format refine
Browse files Browse the repository at this point in the history
  • Loading branch information
JkSelf committed Nov 22, 2023
1 parent ab839e7 commit e691893
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,11 @@ import org.apache.spark.sql.execution.datasources.FileFormatWriter.ConcurrentOut
import java.util.Date

/**
* This class is copied from Spark 3.4 and modified for Gluten.
* Spark 3.4 introduced a new operator, WriteFiles. In order to support
* the WriteTransformer in Spark 3.4, we need to copy the WriteFiles file
* into versions 3.2 and 3.3 to resolve compilation issues. Within WriteFiles,
* the doExecuteWrite method overrides the same method in SparkPlan. To avoid
* modifying SparkPlan, we have changed the doExecuteWrite method to
* a non-overridden method.
* This class is copied from Spark 3.4 and modified for Gluten. Spark 3.4 introduced a new operator,
* WriteFiles. In order to support the WriteTransformer in Spark 3.4, we need to copy the WriteFiles
* file into versions 3.2 and 3.3 to resolve compilation issues. Within WriteFiles, the
* doExecuteWrite method overrides the same method in SparkPlan. To avoid modifying SparkPlan, we
* have changed the doExecuteWrite method to a non-overridden method.
*/

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,11 @@ import org.apache.spark.sql.execution.datasources.FileFormatWriter.ConcurrentOut
import java.util.Date

/**
* This class is copied from Spark 3.4 and modified for Gluten.
* Spark 3.4 introduced a new operator, WriteFiles. In order to support
* the WriteTransformer in Spark 3.4, we need to copy the WriteFiles file
* into versions 3.2 and 3.3 to resolve compilation issues. Within WriteFiles,
* the doExecuteWrite method overrides the same method in SparkPlan. To avoid
* modifying SparkPlan, we have changed the doExecuteWrite method to
* a non-overridden method.
* This class is copied from Spark 3.4 and modified for Gluten. Spark 3.4 introduced a new operator,
* WriteFiles. In order to support the WriteTransformer in Spark 3.4, we need to copy the WriteFiles
* file into versions 3.2 and 3.3 to resolve compilation issues. Within WriteFiles, the
* doExecuteWrite method overrides the same method in SparkPlan. To avoid modifying SparkPlan, we
* have changed the doExecuteWrite method to a non-overridden method.
*/

/**
Expand Down

0 comments on commit e691893

Please sign in to comment.