You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spark.sql("""
select count(ss_item_sk), ss_addr_sk, ss_ext_sales_price, ss_sold_date_sk from store_sales where IsNull(ss_addr_sk) and IsNotNull(ss_item_sk)
group by ss_addr_sk, ss_ext_sales_price, ss_sold_date_sk
""").collect
zhouyuan
changed the title
Remaining filter behavior change after velox switch to meta velox
[VL] Remaining filter behavior change after velox switch to meta velox
Nov 21, 2023
Backend
VL (Velox)
Bug description
Before
After
Query:
Before
isnull
is added in https://github.com/oap-project/velox/blob/update/velox/expression/ExprToSubfieldFilter.cpp#L509, but not now.else if (call.name() == "is_null" || call.name() == "isnull")
Spark version
None
Spark configurations
No response
System information
No response
Relevant logs
No response
The text was updated successfully, but these errors were encountered: