Currently CI for avatica verifies building with calcite/master, and vice versa. Otherwise we won't notice integration issues before we release.
Julian suggested that we should support one avatica version only. I agree, especially of that means we merge the repositories back. > I think it is a mistake to build against master We expect certain level of backward compatibility, so there are reasons to build with latest commits. However, if the versions are always aligned in practice, then having a single repo seems reasonable. One more solution is to disable/remove the offending test in Calcite. Merging the repos still make sense for me, hovewer, I might miss some use cases. Vladimir
