aisk opened a new pull request, #8420: URL: https://github.com/apache/paimon/pull/8420
Split out from #8083 to address one specific issue. `requirements.txt` should require `pyroaring>=1.0.0` on Python 3.6/3.7 as well, since that is the version providing `BitMap64`, which the btree global index needs. CI already passes because the workflow actively installs pyroaring 1.0.0 there. pyroaring does not publish wheels for 3.6/3.7, but it can be built from source on both, so requiring 1.0.0 works on those versions too. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
