alamb commented on code in PR #13882: URL: https://github.com/apache/datafusion/pull/13882#discussion_r1896731319
########## dev/release/generate-changelog.py: ########## @@ -44,6 +44,7 @@ def generate_changelog(repo, repo_name, tag1, tag2, version): unique_pulls = [] all_pulls = [] for commit in comparison.commits: + print(".", file=sys.stderr, end=" ", flush=True) # progress indicator Review Comment: Yeah, sorry I should have commented on that one -- it is due to the fact I am on a relatively slow internet connection and it wasn't clear to me the script was actually doing anything without this feedback. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org