asfimport

Results 862 comments of asfimport

Chris M. Hostetter (@hossman) ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-6366?focusedCommentId=14368027&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14368027)) > Its not exactly obvious what they should be. keep in mind some languages don't have ISO-639-1 or ISO-639-* at all (e.g. brazilian...

Robert Muir (@rmuir) ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-6366?focusedCommentId=14368119&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14368119)) I don't think thats any less confusing than just having no system at all like today. Either they are consistent or they are not,...

Uwe Schindler (@uschindler) ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-6366?focusedCommentId=14368676&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14368676)) I don't think it is a good idea to rename packages or classes, just because they are not consistent.

[Deepak Majeti](https://issues.apache.org/jira/browse/PARQUET-1626?#comment-16887447) / @majetideepak: The simplest approach is to read the two files and export them back as a single file. You can follow the existing reader-writer.cc example to do...

[David Lee](https://issues.apache.org/jira/browse/PARQUET-1626?#comment-16901509) / @davlee1972: I'm appending RowGroups using pyarrow today. Open a new parquet file For each row group in File 1:     read row group. write row group to new...

**mspingher** ([migrated from Bugzilla](https://bz.apache.org/bugzilla//show_bug.cgi?id=65071&redirect=false#c1)): Created attachment [file_65071.txt](https://apache.github.io/jmeter-bugzilla-attachments/71/65071/37697/file_65071.txt): Sample test plan attached to verify and show the issue

[Wes McKinney](https://issues.apache.org/jira/browse/ARROW-5069?focusedCommentId=16845970) / @wesm: `[~dimlek]` It seems like you would need to draft a more detailed proposal document to go into detail about how things should ideally work. The Arrow...

[Julien Le Dem](https://issues.apache.org/jira/browse/PARQUET-756?#comment-15609305) / @julienledem: PR: https://github.com/apache/parquet-format/pull/44

[Atour Mousavi Gourabi](https://issues.apache.org/jira/browse/PARQUET-1776?#comment-17792539) / @amousavigourabi: As far as I can tell this has been resolved by so I think we could close this ticket.

[Antoine Pitrou](https://issues.apache.org/jira/browse/ARROW-4999?focusedCommentId=17392947) / @pitrou: We would probably need to rework the C++ docs around building an array, to emphasize the various possible ways of building up data.