You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/01/23 20:02:20 UTC

[GitHub] [arrow-cookbook] jaimesalvador opened a new issue #129: Read encrypted parquet file

jaimesalvador opened a new issue #129:
URL: https://github.com/apache/arrow-cookbook/issues/129


   How to pass encryption key in order to read en encrypted parquet file?


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-cookbook] thisisnic commented on issue #129: Read encrypted parquet file from R

Posted by GitBox <gi...@apache.org>.
thisisnic commented on issue #129:
URL: https://github.com/apache/arrow-cookbook/issues/129#issuecomment-1021301040


   Ah, if this is a feature that is not yet supported, would you mind opening a ticket on [the project's JIRA](https://issues.apache.org/jira/projects/ARROW/issues) with your feature request,  @jaimesalvador?  


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-cookbook] thisisnic closed issue #129: Read encrypted parquet file from R

Posted by GitBox <gi...@apache.org>.
thisisnic closed issue #129:
URL: https://github.com/apache/arrow-cookbook/issues/129


   


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-cookbook] jorisvandenbossche commented on issue #129: Read encrypted parquet file from R

Posted by GitBox <gi...@apache.org>.
jorisvandenbossche commented on issue #129:
URL: https://github.com/apache/arrow-cookbook/issues/129#issuecomment-1020114056


   Also note that this might not yet be supported? At least for Python, there is still work under way to expose this functionality more easily in Python, see https://github.com/apache/arrow/pull/10450 (and that PR is also adding documentation about this, eg see https://github.com/apache/arrow/blob/f489321b6d86993851a4f3aa9fb6bfcbd3844db2/docs/source/python/parquet.rst#parquet-modular-encryption-columnar-encryption)


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-cookbook] jaimesalvador edited a comment on issue #129: Read encrypted parquet file from R

Posted by GitBox <gi...@apache.org>.
jaimesalvador edited a comment on issue #129:
URL: https://github.com/apache/arrow-cookbook/issues/129#issuecomment-1021794420


   Hi @thisisnic, 
   I have some programs written in C++ that use ARROW/PARQUET in encrypted format, but int order to check the data stored in parquet files, I need a quick way to check it, so I thought R could be useful for me, but I can't find the way to pass the "key" to decrypt the data (in R).
   
   I think it is an unsupported feature (not supported yet)!
   
   I will open a ticket on JIRA
   
   Thanks for your replies.


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-cookbook] thisisnic commented on issue #129: Read encrypted parquet file from R

Posted by GitBox <gi...@apache.org>.
thisisnic commented on issue #129:
URL: https://github.com/apache/arrow-cookbook/issues/129#issuecomment-1019949566


   Hi @jaimesalvador , thanks for opening this issue!  Is this something you'd like to see a recipe for, or are you interested in contributing one yourself?


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-cookbook] jaimesalvador commented on issue #129: Read encrypted parquet file from R

Posted by GitBox <gi...@apache.org>.
jaimesalvador commented on issue #129:
URL: https://github.com/apache/arrow-cookbook/issues/129#issuecomment-1021794420


   Hi @thisisnic, 
   I have some programs written in C++ that use ARROW/PARQUET in encrypted format, but int order to check the data stored in parquet files, I need a quit way to check it, so I thought R could be useful for me, but I can't find the way to pass the "key" to decrypt the data (in R).
   
   I think there is a feature not supported yet!
   
   I will open a ticket on JIRA
   
   Thanks for your replies.


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-cookbook] jaimesalvador edited a comment on issue #129: Read encrypted parquet file from R

Posted by GitBox <gi...@apache.org>.
jaimesalvador edited a comment on issue #129:
URL: https://github.com/apache/arrow-cookbook/issues/129#issuecomment-1021794420


   Hi @thisisnic, 
   I have some programs written in C++ that use ARROW/PARQUET in encrypted format, but int order to check the data stored in parquet files, I need a quick way to check it, so I thought R could be useful for me, but I can't find the way to pass the "key" to decrypt the data (in R).
   
   I think there is a feature not supported yet!
   
   I will open a ticket on JIRA
   
   Thanks for your replies.


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-cookbook] thisisnic commented on issue #129: Read encrypted parquet file from R

Posted by GitBox <gi...@apache.org>.
thisisnic commented on issue #129:
URL: https://github.com/apache/arrow-cookbook/issues/129#issuecomment-1021301040


   Ah, if this is a feature that is not yet supported, would you mind opening a ticket on [the project's JIRA](https://issues.apache.org/jira/projects/ARROW/issues) with your feature request,  @jaimesalvador?  


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org