Commit 33aed33
authored
Make with_file_decryption_properties pub instead of pub(crate) (#9532)
# Which issue does this PR close?
- Closes #NNN.
# Rationale for this change
I would like to use `ParquetMetaDataPushDecoder` in arrow-datafusion,
but the `with_file_decryption_properties` function is pub(crate), so I
can't fully implement the encryption feature.,
# What changes are included in this PR?
Make it pub
# Are these changes tested?
Not needed
# Are there any user-facing changes?
Now pub1 parent d2e2cda commit 33aed33
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
| 311 | + | |
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
| |||
0 commit comments