Re: Some dev questions

2019-03-01 Thread Flavio Pompermaier
You're right Chesnay, I did a git fetch and I didn't remember that it doesn't update the tag list.. After a git fetch --tags --all I was able to find the tags. It would be nice to add this info into the "build from source" documentation [1]: the page states "This page covers how to build Flink 1.7.

Re: Some dev questions

2019-03-01 Thread Chesnay Schepler
Tags still exist for all releases, which ou can easily verify this on GitHub.. My guess is that you didn't fetch them properly. As for the ML tickets, these were specific to the flink-ml module, and for this module it seems unlikely that we will continue improving it as we haven't been accepti

Some dev questions

2019-03-01 Thread Flavio Pompermaier
Hi to all, I was going to upgrade our Flink cluster to 1.7.x release but I saw that releases are no more taged and I need to download the sources for a specific version. Is this a definitive choice? I think that tagging was really helpful when recompiling the code..why has this policy changed? Ther