File tree Expand file tree Collapse file tree
actions/test_sqllogic_stage Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ inputs:
1717 description : " path type for dedup when copy, choices: full_path,sub_path"
1818 required : true
1919 default : " "
20+ size :
21+ description : " stage parquet read size mode, choices: small,large"
22+ required : true
23+ default : " "
2024runs :
2125 using : " composite"
2226 steps :
3438 TEST_HANDLERS : ${{ inputs.handlers }}
3539 TEST_STAGE_STORAGE : ${{ inputs.storage }}
3640 TEST_STAGE_DEDUP : ${{ inputs.dedup}}
41+ TEST_STAGE_SIZE : ${{ inputs.size }}
3742 run : bash ./scripts/ci/ci-run-sqllogic-tests-without-sandbox.sh ${{ inputs.dirs }}
Original file line number Diff line number Diff line change @@ -323,6 +323,7 @@ jobs:
323323 dirs : stage
324324 handlers : ${{ matrix.handler }}
325325 dedup : ${{ matrix.dedup }}
326+ size : ${{ matrix.size }}
326327 - name : Upload failure
327328 if : failure()
328329 uses : ./.github/actions/artifact_failure
You can’t perform that action at this time.
0 commit comments