zentol commented on issue #9313:  [FLINK-13504][table] Fixed shading issues in 
table modules. 
URL: https://github.com/apache/flink/pull/9313#issuecomment-517305362
 
 
   What I would do is setup a new pom module in `flink-table` like 
`flink-table-uber-jars`, containing the shade plugin configuration that we 
wanted to add to `flink-table`, which then contains all modules we have that 
create uber-jars.
   
   Then remove all relocations etc. from other modules in flink-table.
   As in, the shade-plugin would only be used when creating the uber-jars and 
not anywhere else. This should isolate tests completely from any shading issue, 
while still providing us with a way to share shade-plugin configurations.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to