Re: [PR] PARQUET-2471: Add geometry logical type [parquet-format]
mentin commented on PR #240: URL: https://github.com/apache/parquet-format/pull/240#issuecomment-2547787679 S2 C++ has S2LatLngRectBounder class which makes it very easy to compute the rectangular bound of a chain of geodesic edges, taking their curvature into account. -- 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: issues-unsubscr...@parquet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: issues-unsubscr...@parquet.apache.org For additional commands, e-mail: issues-h...@parquet.apache.org
Re: [I] How to disable statistics in version 1.13.1? [parquet-java]
felipepessoto commented on issue #3103: URL: https://github.com/apache/parquet-java/issues/3103#issuecomment-2550418532 I can't because I'm using Spark 3.5. I was wondering if possible to somehow disable stats in 1.13.1, even if it is more complex than just setting a flag. -- 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: issues-unsubscr...@parquet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: issues-unsubscr...@parquet.apache.org For additional commands, e-mail: issues-h...@parquet.apache.org
[I] How to disable statistics in version 1.13.1? [parquet-java]
felipepessoto opened a new issue, #3103: URL: https://github.com/apache/parquet-java/issues/3103 ### Describe the usage question you have. Please include as many useful details as possible. I found these two PRs to disable statistics, but they are available only in 1.15+ https://github.com/apache/parquet-java/pull/2989 https://github.com/apache/parquet-java/pull/3056 Is there any other way to disable statistics in 1.13.1? ### Component(s) Core -- 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: issues-unsubscr...@parquet.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: issues-unsubscr...@parquet.apache.org For additional commands, e-mail: issues-h...@parquet.apache.org
Re: [I] How to disable statistics in version 1.13.1? [parquet-java]
wgtmac commented on issue #3103: URL: https://github.com/apache/parquet-java/issues/3103#issuecomment-2550078380 Thanks for reporting this! You're right, those mentioned commits are not ported to legacy branches. Could you use the version 1.15.0? -- 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: issues-unsubscr...@parquet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: issues-unsubscr...@parquet.apache.org For additional commands, e-mail: issues-h...@parquet.apache.org