[jira] [Commented] (PARQUET-2070) Replace deprecated syntax in protobuf support

2021-08-03 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on PARQUET-2070:
-

sv3ndk commented on pull request #919:
URL: https://github.com/apache/parquet-mr/pull/919#issuecomment-892010193


   The unit test executed by Github seem OK, but the Travis build has failed 
with no logs after being queued for about 6h.
   Would we be facing a timeout on Travis side due to lack of resource? 
   What's a good way to address this?


-- 
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: dev-unsubscr...@parquet.apache.org

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


> Replace deprecated syntax in protobuf support
> -
>
> Key: PARQUET-2070
> URL: https://issues.apache.org/jira/browse/PARQUET-2070
> Project: Parquet
>  Issue Type: Improvement
>Reporter: Svend Vanderveken
>Priority: Minor
>
>  This is trivial change, though at the moment ProtoWriteSupport.java is 
> producing a human-readable JSON output of the protobuf schema with  the 
> following deprecated syntax:
>  
> {code:java}
> TextFormat.printToString(asProto){code}
>  
> Also, the method where is code is present executed one reflection invocation 
> to get the protobuf descriptor which is unnecesserary since the context from 
> where it's called already has this descriptor.
> => all minor and trivial stuff though well, housekeeping I guess :)
>  
>  



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


[GitHub] [parquet-mr] sv3ndk commented on pull request #919: PARQUET-2070 replace deprecated syntax in ProtoWriteSupport.java

2021-08-03 Thread GitBox


sv3ndk commented on pull request #919:
URL: https://github.com/apache/parquet-mr/pull/919#issuecomment-892010193


   The unit test executed by Github seem OK, but the Travis build has failed 
with no logs after being queued for about 6h.
   Would we be facing a timeout on Travis side due to lack of resource? 
   What's a good way to address this?


-- 
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: dev-unsubscr...@parquet.apache.org

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




[jira] [Resolved] (PARQUET-1908) CLONE - [C++] Update cpp crypto package to match signed-off specification

2021-08-03 Thread Gidon Gershinsky (Jira)


 [ 
https://issues.apache.org/jira/browse/PARQUET-1908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gidon Gershinsky resolved PARQUET-1908.
---
Resolution: Fixed

PR merged in May 2019

> CLONE - [C++] Update cpp crypto package to match signed-off specification
> -
>
> Key: PARQUET-1908
> URL: https://issues.apache.org/jira/browse/PARQUET-1908
> Project: Parquet
>  Issue Type: Sub-task
>Reporter: Akshay
>Assignee: Gidon Gershinsky
>Priority: Major
>  Labels: pull-request-available
> Fix For: cpp-5.0.0
>
>
> An initial version of crypto package is merged. This Jira updates the crypto 
> code to 
>  # conform the signed off specification (wire protocol updates, signature tag 
> creation, AAD support, etc)
>  # improve performance by extending cipher lifecycle to file writing/reading 
> - instead of creating cipher on each encrypt/decrypt operation  



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