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
The text was updated successfully, but these errors were encountered:
iBuddha
changed the title
predicate doesn't effect after renaming Iceberg table's column
predicate doesn't take effect after renaming Iceberg table's column
Aug 30, 2023
After rename an Iceberg table column, in
IcebergPageSourceProvider.getParquetTupleDomain
the generated TupleDomain doesn't take count of the renaming.For example, after I renamed
city
touser_city
, with queryin IcebergPageSourceProvider.createParquetPageSource, the generated
TupleDomain<ColumnDescriptor> parquetTupleDomain
isALL
The text was updated successfully, but these errors were encountered: