JunRuiLee commented on PR #489:
URL: https://github.com/apache/paimon-rust/pull/489#issuecomment-4935018491

   Thanks @JingsongLi, good catch — fixed in `89f5453`.
   
   Drop now matches on the full ordered field list (`[index_field_id] + 
extra_field_ids`) instead of just the primary field, consistent with Java's 
`getIndexedFieldIds().equals(indexFieldIds)`. `index_column` also accepts a 
comma-separated list now, so composite indexes can be targeted.
   
   Added regression tests, including your exact case: `[id]` + `[id, name]`, 
`drop('id')` matches only `[id]`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to