Skip to content

Commit

Permalink
Revert "[GLUTEN-6176][CH] Add tpcds suite from decimal table schema (a…
Browse files Browse the repository at this point in the history
…pache#6369)"

This reverts commit 3c50ffe.
  • Loading branch information
yma11 committed Jul 15, 2024
1 parent 7951b0a commit 0a95307
Show file tree
Hide file tree
Showing 121 changed files with 598 additions and 12,324 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ import org.apache.spark.sql.execution.joins.{BuildSideRelation, ClickHouseBuildS
import org.apache.spark.sql.execution.metric.SQLMetric
import org.apache.spark.sql.execution.utils.{CHExecUtil, PushDownUtil}
import org.apache.spark.sql.extension.{CommonSubexpressionEliminateRule, RewriteDateTimestampComparisonRule}
import org.apache.spark.sql.types.{DecimalType, StructType}
import org.apache.spark.sql.types.StructType
import org.apache.spark.sql.vectorized.ColumnarBatch

import org.apache.commons.lang3.ClassUtils
Expand Down Expand Up @@ -900,10 +900,4 @@ class CHSparkPlanExecApi extends SparkPlanExecApi {
override def genPreProjectForGenerate(generate: GenerateExec): SparkPlan = generate

override def genPostProjectForGenerate(generate: GenerateExec): SparkPlan = generate

override def genDecimalRoundExpressionOutput(
decimalType: DecimalType,
toScale: Int): DecimalType = {
SparkShimLoader.getSparkShims.genDecimalRoundExpressionOutput(decimalType, toScale)
}
}

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 0a95307

Please sign in to comment.