You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/04/05 21:08:00 UTC

[jira] [Commented] (PARQUET-1807) Encryption: Interop and Function test suite for Java version

    [ https://issues.apache.org/jira/browse/PARQUET-1807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17075939#comment-17075939 ] 

ASF GitHub Bot commented on PARQUET-1807:
-----------------------------------------

vmw-andersonm commented on pull request #780: PARQUET-1807: Encryption: Interop and Function test suite for Java version
URL: https://github.com/apache/parquet-mr/pull/780
 
 
   Depends on PR #776 for [PARQUET-1229] .
   Add a test for writing and reading parquet in a number of encryption and decryption configurations.
   Add interop test that reads files from parquet-testing GitHub repository, that were written by parquet-cpp. This adds parquet-testing repo as a submodule.
   Run the following to populate the "submodules/parquet-testing/" folder:
      git submodule update --init --recursive
   Until the parquet-testing README files add proper licenses, the tests can run with:
   mvn -Drat.numUnapprovedLicenses=3 -Dtest=org.apache.parquet.hadoop.TestEncryptionOptions test
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Encryption: Interop and Function test suite for Java version
> ------------------------------------------------------------
>
>                 Key: PARQUET-1807
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1807
>             Project: Parquet
>          Issue Type: Sub-task
>          Components: parquet-mr
>            Reporter: Gidon Gershinsky
>            Assignee: Maya Anderson
>            Priority: Major
>              Labels: pull-request-available
>
> # Interop: test parquet-mr reading of encrypted files produced by parquet-cpp (fetched from parquet-testing)
>  # Function: test writing/reading in a number of encryption and decryption configurations



--
This message was sent by Atlassian Jira
(v8.3.4#803005)