This message was deleted.
# dev
s
This message was deleted.
l
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.
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
Ahaa, I didn't know the CI rebased before running, that would definitely be it. Thank you!
a
Nice feature. I left some comments on the PR.