JingsongLi commented on PR #8746: URL: https://github.com/apache/paimon/pull/8746#issuecomment-5030677564
> > The previous API was aligned with SQL, meaning it supported partial partitioning by fields. Do we need to consider compatibility? > > This behavior is unchanged. Given a `List<Map<String, String>>`, the actual partition filter will be `AND` inside a map, then `OR` across maps. See also the newly added `OverwriteTableTest#testOverwriteMultiplePartitions`. This is too tricky. We should add new method to finish this new requirement. -- 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]
