asfimport
asfimport
[Todd Farmer](https://issues.apache.org/jira/browse/ARROW-5005?focusedCommentId=17565486) / @toddfarmer: This issue was last updated over 90 days ago, which may be an indication it is no longer being actively worked. To better reflect the current...
Greg Miller (@gsmiller) ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-10246?focusedCommentId=17446539&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17446539)) FYI @msokolov, opened this issue based on your comments in PR [#264](https://github.com/apache/lucene/pull/264)
Michael Sokolov (@msokolov) ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-10246?focusedCommentId=17446547&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17446547)) Thanks, Greg! I think we might also want an option to report the aggregated weights, rather than the counts. Consider merging multiple such facet...
Greg Miller (@gsmiller) ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-10246?focusedCommentId=17446675&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17446675)) @msokolov yeah, that's a good point. This is something users can do today (get back aggregated weights) and it's definitely something we need to...
Rushabh Shah (@shahrs87) ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-10246?focusedCommentId=17561207&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17561207)) @gsmiller @msokolov I am pretty new to LUCENE project and want to contribute to small jiras to improve my lucene knowledge. Can you please...
Greg Miller (@gsmiller) ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-10246?focusedCommentId=17561222&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17561222)) @shahrs87 I'd start by becoming familiar with the existing "association facet" implementations (`TaxonomyFacetIntAssociations` and `TaxonomyFacetFloatAssociations` as well as looking at some demo code like...
[Gabor Szadovszky](https://issues.apache.org/jira/browse/PARQUET-1322?#comment-16507740) / @gszadovszky: @vrozov, In 1.10.0 we introduced new min/max statistics. See [PARQUET-1025] for details. The code part you are trying to fix is related to the old values...
[Vlad Rozov](https://issues.apache.org/jira/browse/PARQUET-1322?#comment-16508120) / @vrozov: I agree that it is not worth fixing the write code path for the old DECIMAL statistics if the new min/max is available. IMO, it is...
[Gabor Szadovszky](https://issues.apache.org/jira/browse/PARQUET-1322?#comment-16508146) / @gszadovszky: Currently, we are not reading the old statistics values for DECIMAL even in cases when the new ones are not filled. (We are reading/writing the old...
[Vlad Rozov](https://issues.apache.org/jira/browse/PARQUET-1322?#comment-16508156) / @vrozov: Should statistics be available for DECIMAL if it is encoded as INT32/INT64? For FIXED_LEN_BYTE_ARRAY and BINARY, was BigInteger/BigDecimal used for comparison when old statistics were written...