asfimport

Results 862 comments of asfimport

[Cheng Lian](https://issues.apache.org/jira/browse/PARQUET-401?#comment-15127668) / @liancheng: Fix of this issue is nice to have but probably shouldn't block 1.9.0.

[Paul Praet](https://issues.apache.org/jira/browse/PARQUET-401?#comment-15383882): Is this planned to be fixed in the next release ?

[Ryan Blue](https://issues.apache.org/jira/browse/PARQUET-401?#comment-15384371) / @rdblue: This may not be, but logging will happen though SLF4J. We made the Log class use SLF4J instead of java.util.Logging already, this is just needed to...

[Steve Scaffidi](https://issues.apache.org/jira/browse/PARQUET-401?#comment-16118594): Just in case it helps anybody... when using Hive with Parquet in CDH 5.x, I found a work-around for unwanted log output from Parquet in the container logs:...

[David Li](https://issues.apache.org/jira/browse/ARROW-17255?focusedCommentId=17573115) / @lidavidm: Hey - I made a guess at the components, but you may want to follow up on the mailing list ([email protected]) with some more details (e.g....

[Rok Mihevc](https://issues.apache.org/jira/browse/ARROW-17255?focusedCommentId=17573184) / @rok: This is one of the threads: https://lists.apache.org/thread/3nls3222ggnxlrp0s46rxrcmgbyhgn8t

[Ryan Blue](https://issues.apache.org/jira/browse/PARQUET-409?#comment-15060524) / @rdblue: @danielcweeks, do you have thoughts on this?

[Daniel C. Weeks](https://issues.apache.org/jira/browse/PARQUET-409?#comment-15060774) / @danielcweeks: I definitely think it's worth exposing as a configurable property. However, I haven't seen an issue where these checks are producing bad row group sizes....

[Sasha Ovsankin](https://issues.apache.org/jira/browse/PARQUET-409?#comment-16320786): In our use case we have large data items (images) and 100 rows hardcoded minimum is too large. We definitely need this parameter.

[Robbie Gruener](https://issues.apache.org/jira/browse/PARQUET-409?#comment-16512574) / @rgruener: So I have created a PR for this task https://github.com/apache/parquet-mr/pull/495