jvenant commented on issue #11525:
URL: https://github.com/apache/pinot/issues/11525#issuecomment-1710256543

   I found the root cause. I have a pinot plugin depending on an older version 
of pinot.
   This plugin build a fat jar using the shade maven plugin.
   Pinot packages were not exclude from the fat jar.
   So reflections lib found older versions of the methods signatures in the 
classpath and put them in its store.
   
   So I think it's a good practice to exclude pinot packages from plugins 
shaded jars
   
   I close this issue
   


-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to