chilin0525 commented on code in PR #45629: URL: https://github.com/apache/arrow/pull/45629#discussion_r2030045724
########## cpp/src/arrow/util/bpacking64_codegen.py: ########## @@ -73,55 +73,52 @@ def howmanybytes(bit): print("inline const uint8_t* unpack0_64(const uint8_t* in, uint64_t* out) {") -print(" for(int k = 0; k < {0} ; k += 1) {{".format(howmany(0))) +print(f" for(int k = 0; k < {howmany(0)} ; k += 1) {{{{") Review Comment: I think the change is wrong, fixed in [e6d63dd](https://github.com/apache/arrow/pull/45629/commits/e6d63dd9379c276a1b53e24ac36d58493762e625). Thanks! -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org