kgeisz opened a new pull request, #7161: URL: https://github.com/apache/hbase/pull/7161
https://issues.apache.org/jira/browse/HBASE-29454 Some Python scripts in hbase-examples were never updated from Python 2 to Python 3. This pull request updates those scripts to be compatible with Python 3. The scripts were updated using `2to3 -w <script>`. They were verified using `python3 -m compileall <script>`. Python 3.11.12 was used for the conversion and verification. -- 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: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org