Commits


Vibhatha Lakmal Abeykoon authored and GitHub committed f9b7ac2e922
GH-37841: [Java] Dictionary decoding not using the compression factory from the ArrowReader (#38371) ### Rationale for this change This PR addresses https://github.com/apache/arrow/issues/37841. ### What changes are included in this PR? Adding compression-based write and read for Dictionary data. ### Are these changes tested? Yes. ### Are there any user-facing changes? No * Closes: #37841 Lead-authored-by: Vibhatha Lakmal Abeykoon <vibhatha@gmail.com> Co-authored-by: vibhatha <vibhatha@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>