Skip to content

Commit d3a25fe

Browse files
authored
Make extended test to use optional parquet_encryption feature (#18507)
## Which issue does this PR close? Now we make parquet_encryption optional feature - Closes #18492 (comment) ## Rationale for this change Make the extended test to add this feature. ## What changes are included in this PR? <!-- There is no need to duplicate the description in the issue here but it is sometimes worth providing a summary of the individual changes in this PR. --> ## Are these changes tested? <!-- We typically require tests for all PRs in order to: 1. Prevent the code from being accidentally broken by subsequent changes 2. Serve as another way to document the expected behavior of the code If tests are not included in your PR, please explain why (for example, are they covered by existing tests)? --> ## Are there any user-facing changes? <!-- If there are user-facing changes then we may require documentation to be updated before approving the PR. --> <!-- If there are any breaking changes to public APIs, please add the `api change` label. -->
1 parent f2437d1 commit d3a25fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/extended.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
--lib \
125125
--tests \
126126
--bins \
127-
--features avro,json,backtrace,extended_tests,recursive_protection
127+
--features avro,json,backtrace,extended_tests,recursive_protection,parquet_encryption
128128
- name: Verify Working Directory Clean
129129
run: git diff --exit-code
130130
- name: Cleanup

0 commit comments

Comments
 (0)