[jira] [Created] (PARQUET-2203) Make ParquetReadOptions and HadoopReadOptions extendable

2022-10-24 Thread Chao Sun (Jira)
Chao Sun created PARQUET-2203: - Summary: Make ParquetReadOptions and HadoopReadOptions extendable Key: PARQUET-2203 URL: https://issues.apache.org/jira/browse/PARQUET-2203 Project: Parquet Issue

Canceled event: Parquet Sync @ Tue Oct 25, 2022 8:30am - 9:30am (PDT) (dev@parquet.apache.org)

2022-10-24 Thread shangx
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:CANCEL BEGIN:VTIMEZONE TZID:America/Los_Angeles X-LIC-LOCATION:America/Los_Angeles BEGIN:DAYLIGHT TZOFFSETFROM:-0800 TZOFFSETTO:-0700 TZNAME:PDT DTSTART:19700308T02 RRULE:FREQ=YEARLY;BYMONTH=

[GitHub] [parquet-mr] jinyius commented on pull request #995: PARQUET-1711: support recursive proto schemas by limiting recursion depth

2022-10-24 Thread GitBox
jinyius commented on PR #995: URL: https://github.com/apache/parquet-mr/pull/995#issuecomment-1289372825 can someone retry the github actions? there seemed to have been a transient issue that caused one of the test/build targets to fail. i'd like to get this change in this week. -- Thi

[jira] [Commented] (PARQUET-1711) [parquet-protobuf] stack overflow when work with well known json type

2022-10-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17623305#comment-17623305 ] ASF GitHub Bot commented on PARQUET-1711: - jinyius commented on PR #995: URL: h

[GitHub] [parquet-mr] tooptoop4 commented on pull request #1005: PARQUET-2198 : Updating jackson data bind version to fix CVEs

2022-10-24 Thread GitBox
tooptoop4 commented on PR #1005: URL: https://github.com/apache/parquet-mr/pull/1005#issuecomment-1290027850 🥇 -- 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 unsubscri

[jira] [Commented] (PARQUET-2198) Vulnerabilities in jackson-databind

2022-10-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17623574#comment-17623574 ] ASF GitHub Bot commented on PARQUET-2198: - tooptoop4 commented on PR #1005: URL

[jira] [Commented] (PARQUET-2198) Vulnerabilities in jackson-databind

2022-10-24 Thread t oo (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17623575#comment-17623575 ] t oo commented on PARQUET-2198: --- yessir > Vulnerabilities in jackson-databind >

[GitHub] [parquet-mr] jiangjiguang opened a new pull request, #1006: PARQUET-2190 byte array has better performance than ByteBuffer

2022-10-24 Thread GitBox
jiangjiguang opened a new pull request, #1006: URL: https://github.com/apache/parquet-mr/pull/1006 byte array has better performance than ByteBuffer. so we should encourage developer to use byte array instead of ByteBuffer. In BytePacker class, So we should remove @Deprecated flag and cha

[jira] [Commented] (PARQUET-2190) byte array has better performance than ByteBuffer

2022-10-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17623590#comment-17623590 ] ASF GitHub Bot commented on PARQUET-2190: - jiangjiguang opened a new pull reque