Skip to content

Commit

Permalink
Fix parquet-concat
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Aug 6, 2023
1 parent 3fa2a99 commit 7890bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
- run: ls -la ${{ github.workspace }}/input/

- name: Combine
run: parquet-concat ${{ github.workspace }}/input/*.parquet ${{ github.workspace }}/merged.parquet
run: parquet-concat ${{ github.workspace }}/merged.parquet ${{ github.workspace }}/input/*.parquet

- name: Merged size
run: du -hs ${{ github.workspace }}/merged.parquet
Expand Down

0 comments on commit 7890bef

Please sign in to comment.