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

Unsupported data type errors are supressed in actions #296

Open zhztheplayer opened 3 years ago

zhztheplayer commented 3 years ago

example https://github.com/oap-project/native-sql-engine/blob/112632067be3d9654f210b2fe13a882f8ef2deb5/native-sql-engine/cpp/src/codegen/arrow_compute/ext/actions_impl.cc#L3656-L3667

zhouyuan commented 3 years ago

related: https://github.com/oap-project/native-sql-engine/pull/299