oap-project / gazelle_plugin

Native SQL Engine plugin for Spark SQL with vectorized SIMD optimizations.
Apache License 2.0
256 stars 77 forks source link

Clean up ColumnarBroadcastExchangeExec #1148

Open PHILO-HE opened 1 year ago

PHILO-HE commented 1 year ago

ColumnarBroadcastExchangeExec is redundant to ColumnarBroadcastExchangeExecAdaptor. We can clean up such redundant code.