zentol commented on issue #7261: [FLINK-11085][s3] Fix inclusion of presto hadoop classes URL: https://github.com/apache/flink/pull/7261#issuecomment-446544953 I have confirmed by theory and opened MSHADE-305. In the meantime we can simply disable the merging of filters, and instead default to appending them. Only `flink-fs-s3-presto` should be affected by this in a significant way, as it is the only module that used inclusion filters, leaving room for an exclusion filter to be inherited that impacts the packaging. For the remaining modules, * if no filter was defined the module was not affected at all as the parent filters are inherited as is * if a filter was defined all parent filters were disabled. They were neither appended, nor could be merged as both the parent and child filters defined exclusions, and these (apparently) are overridden by children by default.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
