Re: [VOTE] Release Apache PyIceberg 0.1.0 RC2

2022-09-26 Thread Driesprong, Fokko
Thanks everyone for giving it a try. I should have explained the version on PyPI. We need to add the RC postfix to the version when we upload it to PyPI for testing. PyPI will extract the version from the setup.py, and omitting the RC would mean an actual release. The tarball will just contain the

Re: [VOTE] Release Apache PyIceberg 0.1.0 RC2

2022-09-26 Thread Ryan Blue
Thanks for the clarification, Fokko! I think it makes sense that I'd get an RC version from what was published as an RC on PyPI! Since we will publish a final artifact with the right version and none of the files in the release candidate are affected (it's correct in the tarball and whl files) the

ORC write optimization regarding stripe offsets

2022-09-26 Thread Pavan Lanka
Hi, I have raised an issue regarding an improvement in the ORC Write process with Iceberg that helps avoid reading files written for determining stripe offsets. https://github.com/apache/iceberg/issues/5777 I also have a PR submitted for the same