kazuyukitanimura commented on code in PR #1377: URL: https://github.com/apache/datafusion-comet/pull/1377#discussion_r1953403442
########## .github/actions/setup-builder/action.yaml: ########## @@ -34,6 +34,7 @@ runs: run: | apt-get update apt-get install -y protobuf-compiler + apt-get install -y clang Review Comment: So we did not have clang before? ########## native/Cargo.lock: ########## @@ -3201,6 +3321,7 @@ checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" dependencies = [ "backtrace", "bytes", + "parking_lot", Review Comment: wondering why this existing dependency has changed -- 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