asfimport
asfimport
[Ryan Blue](https://issues.apache.org/jira/browse/PARQUET-34?#comment-15677180) / @rdblue: I think it could be useful, but it doesn't seem high priority for anyone. We're happy to review it if you put something together.
[Sean Scott](https://issues.apache.org/jira/browse/PARQUET-34?#comment-17822284): I was surprised when my search failed when attempting to filter on a repeated column. I know its been a few years since there has been activity here. ...
[Claire McGinty](https://issues.apache.org/jira/browse/PARQUET-34?#comment-17852438) / @clairemcginty: Current status of this ticket: - (support for Contains(eq)) has been merged if anyone would like to test it - (support for Contains(lt), Contains(gt), Contains(in), etc)...
ASF subversion and git services ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-10588?focusedCommentId=17544860&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17544860)) Commit 4c53a53238a07df9da45171f64664a8182cddbd7 in lucene's branch refs/heads/main from Tomoko Uchida https://gitbox.apache.org/repos/asf?p=lucene.git;h=4c53a53238a LUCENE-10588: log elapsed time for initializing gui (#937)
ASF subversion and git services ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-10588?focusedCommentId=17544863&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17544863)) Commit 73a06cdbccf1f29387175be0e959c03564e490a1 in lucene's branch refs/heads/branch_9x from Tomoko Uchida https://gitbox.apache.org/repos/asf?p=lucene.git;h=73a06cdbccf LUCENE-10588: log elapsed time for initializing gui (#937)
[Ryan Blue](https://issues.apache.org/jira/browse/PARQUET-351?#comment-15019172) / @rdblue: @isnotinvain, is this a blocker for the 1.9.0 release? If so, please add a blocker link to PARQUET-392. Thanks!
[Gabor Szadovszky](https://issues.apache.org/jira/browse/PARQUET-1397?#comment-16969044) / @gszadovszky: As it is related to encryption which is not targeted to 1.11.0 I'm removing target from here.
[Gang Wu](https://issues.apache.org/jira/browse/PARQUET-2484?#comment-17850228) / @wgtmac: By default, bloom filter will be disabled if dictionary encoding is applied. Please set withDictionaryEncoding(false) while creating the parquet writer and check if this issue still...
[Mahesh Pai](https://issues.apache.org/jira/browse/PARQUET-2484?#comment-17850254): Thanks @wgtmac! When I disable dictionary encoding the bloomfilter is getting created. But I'm curious as to why this works when distinct values are written. With distinct values...
[Julien Le Dem](https://issues.apache.org/jira/browse/PARQUET-570?#comment-15218399) / @julienledem: Currently there is no option to do that although it would be technically feasible. Contributions welcome.