You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/08 15:52:13 UTC

[GitHub] [arrow-rs] alamb commented on a diff in pull request #2027: Fix record delimiting on row group boundaries (#2025)

alamb commented on code in PR #2027:
URL: https://github.com/apache/arrow-rs/pull/2027#discussion_r916946303


##########
.github/actions/setup-builder/action.yaml:
##########
@@ -48,8 +48,8 @@ runs:
         # these represent compiled steps of both dependencies and arrow
         # and thus are specific for a particular OS, arch and rust version.
         path: /github/home/target
-        key: ${{ runner.os }}-${{ runner.arch }}-target-cache3-${{ inputs.rust-version }}-${{ hashFiles('**/Cargo.lock') }}
-        restore-keys: ${{ runner.os }}-${{ runner.arch }}-target-cache3-${{ inputs.rust-version }}-
+        key: ${{ runner.os }}-${{ runner.arch }}-target-cache-${{ inputs.rust-version }}-${{ hashFiles('**/Cargo.lock') }}
+        restore-keys: ${{ runner.os }}-${{ runner.arch }}-target-cache-${{ inputs.rust-version }}-

Review Comment:
   I recommend trying `cache4` -- the `cache` was broken in the past which is why I bumped to `3` lol



-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org