asfimport

Results 862 comments of asfimport

[Edward Seidl](https://issues.apache.org/jira/browse/PARQUET-2139?#comment-17850750) / @etseidl: @wgtmac I think the fix might be an easy one (if the diagnosis is correct). I can submit a PR early next week unless you (or...

[Gang Wu](https://issues.apache.org/jira/browse/PARQUET-2139?#comment-17850763) / @wgtmac: It would be great if you have time to fix this. I'm a little bit overwhelmed these days. :(

[Edward Seidl](https://issues.apache.org/jira/browse/PARQUET-2139?#comment-17851165) / @etseidl: @wgtmac Do you know offhand if parquet-java _ever_ writes ColumnMetaData at the end of a column chunk? I couldn't find code that does this. If parquet-java...

[Gang Wu](https://issues.apache.org/jira/browse/PARQUET-2139?#comment-17851484) / @wgtmac: @etseidl I couldn't find it either. IMO, the best fix is to write ColumnMetaData at the end of column chunk as per the spec. However, this...

[Edward Seidl](https://issues.apache.org/jira/browse/PARQUET-2139?#comment-17851726) / @etseidl: Sounds good. I'm going to submit a PR for this issue with the file_offset set to 0 for now. Separately I'll start a discussion on the...

[Weston Pace](https://issues.apache.org/jira/browse/ARROW-10883?focusedCommentId=17534485) / @westonpace: I deleted the link to ARROW-12873 because I don't know that "batch index" needs to rely on that arbitrary metadata mechanism (and, given that many nodes...

Michael McCandless (@mikemccand) ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-6012?focusedCommentId=14176793&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14176793)) This is just a [sensible] limitation of this suggester: it refuses to build immensely long suggestions. Can you describe your use case / why...

Daniel Aschauer ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-6012?focusedCommentId=14176822&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14176822)) Thanks, Michael! Yes, i recognized that it is a limitation, but i am not aware why it is restricted to a SHORT value. Suggestions in...

Michael McCandless (@mikemccand) ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-6012?focusedCommentId=14209633&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14209633)) Well, the limitation is 32767 bytes, internally, where the bytes contains the utf8 encoded suggestion, its analyzed form, the payload, the weight, etc. So...

Michael Aleythe ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-6012?focusedCommentId=14640394&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14640394)) does this limitation mean that the main text-field from the index should not be used as the base field for the suggestion component?