asfimport
asfimport
[Gabor Szadovszky](https://issues.apache.org/jira/browse/PARQUET-1295?#comment-16471533) / @gszadovszky: I think, you are right. We should check against the previously released versions (e.g. changes between `1.8.2` and `1.8.3`). I don't know if it is intentional...
[Vlad Rozov](https://issues.apache.org/jira/browse/PARQUET-1295?#comment-16479138) / @vrozov: I don't see anything other than the exclusion of `org.apache.parquet.column.*` from semantic versioning that suggests that it is not public. It must be part of semantic...
[Gabor Szadovszky](https://issues.apache.org/jira/browse/PARQUET-1295?#comment-16480276) / @gszadovszky: [Here](https://github.com/apache/parquet-mr/blob/master/pom.xml#L246) starts a lot of exclusions. That suggests there are many packages meant to be internal even if they are public from java point of view....
[Ryan Blue](https://issues.apache.org/jira/browse/PARQUET-1295?#comment-16483153) / @rdblue: Since there is not a well-defined public API, I understand how it is annoying to find out that some classes are internal. But the APIs referenced...
[Vlad Rozov](https://issues.apache.org/jira/browse/PARQUET-1295?#comment-16483216) / @vrozov: Parquet libraries do not follow proper semantic versioning as any outside developer can't reliably say whether she is using API that is stable and is subject...
[Zoltan Ivanfi](https://issues.apache.org/jira/browse/PARQUET-1295?#comment-16483843) / @zivanfi: I agree with @vrozov, in fact I used the same argument [on the mailing list](https://lists.apache.org/thread.html/7db8ec906b29c917d70120fab78382cdfb2406c4188f10829933ed87@%3Cdev.parquet.apache.org%3E): > Parquet uses semantic versioning. As a library, it should take...
[Michal Turek](https://issues.apache.org/jira/browse/PARQUET-401?#comment-15057800) / @mixalturek: Hi, our libraries use generic dependency `slf4j-api` and applications concrete `logback`. I started using `parquet-avro` library in our application and found a possibly related issue that...
[Ryan Blue](https://issues.apache.org/jira/browse/PARQUET-401?#comment-15058745) / @rdblue: [[email protected]], thanks for bringing this up. It sounds like the issue you're raising about the move to use the SLF4J API, but is about PARQUET-369. I...
[Liwei Lin(Inactive)](https://issues.apache.org/jira/browse/PARQUET-401?#comment-15127515) / @lw-lin: hi @julienledem, @rdblue, and `[~liancheng]`: Now that [Parquet-305](https://issues.apache.org/jira/browse/PARQUET-305) has been merged, maybe we should consider replacing all Log.java usages with slf4j? Should anyone hasn't started it...
[Liwei Lin(Inactive)](https://issues.apache.org/jira/browse/PARQUET-401?#comment-15127535) / @lw-lin: Looked through the code base and have found hundreds of Log.xxx() usages within 90+ classes. Should take 3 days to replace all of them. Do we...