kerwin-zk opened a new pull request, #8771:
URL: https://github.com/apache/paimon/pull/8771

   ### Purpose
   
   Fix `IndexFileHandler.scan(None)` calling the nonexistent 
`SnapshotManager.latest_snapshot()` method. Resolve the latest snapshot through 
`get_latest_snapshot()` and add regression coverage for an unspecified snapshot.
   
   ### Tests
   
   - `python -m pytest -q 
paimon-python/pypaimon/tests/index_file_handler_test.py 
paimon-python/pypaimon/tests/global_index_build_test.py` (25 passed)
   - `python -m flake8 paimon-python/pypaimon/index/index_file_handler.py 
paimon-python/pypaimon/tests/index_file_handler_test.py`
   - `python paimon-python/dev/check_license_header.py`


-- 
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]

Reply via email to