isunjin opened a new pull request #6912: [FLINK-10657] TPCHQuery3 fail with 
IllegalAccessException
URL: https://github.com/apache/flink/pull/6912
 
 
   This is a trivial fix.
   
   Similar with 
[FLINK-7998](https://issues.apache.org/jira/browse/FLINK-10657), 
ShoppingPriorityItem in example TPCHQuery3.java are set to private. This causes 
an IllegalAccessException exception because of reflection check in dynamic 
class instantiation. Making them public resolves the problem 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to