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
In velox/connectors/hive/iceberg/FilterUtil.cpp, we create a NOT IN filter as the domain filter when the equality delete only contains one field. VARCHAR and VARBINARY need to be supported. For that we need to Implement createNegatedBytesValuesFilter for Iceberg equality delete