GitHub user Game-Cruz added a comment to the discussion: [VL] TPCDS Bloomfilter fallback all time
When `--conf spark.gluten.sql.native.bloomFilter=false` is set, getting the below warnings. ``` 25/05/31 16:40:16 WARN FilterExecTransformer: Validation failed with exception for plan: FilterExecTransformer, due to: Not supported to map spark function name to substrait function name: might_contain(Subquery subquery#216, [id=#1111], cast(sr_store_sk#10 as bigint)), class name: BloomFilterMightContain. 25/05/31 16:40:16 WARN GlutenFallbackReporter: Validation failed for plan: Filter[QueryId=1], due to: Not supported to map spark function name to substrait function name: might_contain(Subquery subquery#216, [id=#1111], cast(sr_store_sk#10 as bigint)), class name: BloomFilterMightContain.. 25/05/31 16:40:16 WARN RegularHashAggregateExecTransformer: Validation failed with exception for plan: RegularHashAggregateExecTransformer, due to: Could not find a valid substrait mapping name for bloom_filter_agg(_pre_2#284L, 1000000, 8388608, 0, 0). 25/05/31 16:40:16 WARN GlutenFallbackReporter: Validation failed for plan: ObjectHashAggregate[QueryId=1], due to: Could not find a valid substrait mapping name for bloom_filter_agg(_pre_2#284L, 1000000, 8388608, 0, 0).; Could not find a valid substrait mapping name for bloom_filter_agg(_pre_2#284L, 1000000, 8388608, 0, 0).. 25/05/31 16:40:17 WARN RegularHashAggregateExecTransformer: Validation failed with exception for plan: RegularHashAggregateExecTransformer, due to: Could not find a valid substrait mapping name for bloom_filter_agg(cast(s_store_sk#52 as bigint), 1000000, 8388608, 0, 0). 25/05/31 16:40:17 WARN GlutenFallbackReporter: Validation failed for plan: ObjectHashAggregate[QueryId=1], due to: Could not find a valid substrait mapping name for bloom_filter_agg(cast(s_store_sk#52 as bigint), 1000000, 8388608, 0, 0).. ``` GitHub link: https://github.com/apache/incubator-gluten/discussions/9820#discussioncomment-13332402 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
