Hi,<@UGRJA9TEH> Could you please help me to fix th...
# troubleshooting
k
Hi,@Xiang Fu Could you please help me to fix this issue about presto in workflow? Link: https://github.com/apache/pinot/runs/6316328667?check_suite_focus=true
x
For presto fix, you need to make sure the Pom file changes for pinot-spi, pinot-common, etc modules are also reflected in pinot-spi-jdk8, pinot-common-jdk8
Those modules are under pinot-connectors/prestodb-pinot-dependencies
k
@User Thanks for your prompt reply, Do you mean If I just add one dependency in pinot-common, I have to add this dependency to pinot-common-jdk8 pom file?
x
yes
We made sim link for source code
But not Pom file
So you need to make dependency aligned from both side
👍 1
We saw this issue when try to release for both jdk8 and jdk11
👍 1
k
Got it,Thx