merge the feature branch with the current apache/druid’s master, and retry compiling. I bet there’s some interface change in the PR which doesn’t sit well with the current version of master.
Laksh Singla
02/19/2024, 4:38 PM
build process also does this before compiling, therefore what compiles locally might not compile in CI, depending how much the feature branch and the master have digressed between forking and actually raising the PR
l
Lasse Mammen
02/19/2024, 4:51 PM
Ahaa, I didn't know the CI rebased before running, that would definitely be it. Thank you!