Jeronimo López

Results 9 comments of Jeronimo López

We have not tested the plugin with versions lower than 6.x The failing method was introduced in the API in version 6: https://docs.gradle.org/current/javadoc/org/gradle/api/invocation/Gradle.html#getSharedServices-- Then, the minimum Gradle version seems to...

The intention of the plugin is just to reuse the token during the life of a command. Reuse the token in multiple references to the same repository. I my experience...

The problem is that what you are printing contains strings created by classes and objects from the JVM. If this code is executed only once, it will include all code...

No, Carpet cannot directly convert CSV files to Parquet. Using another library, you can parse a CSV file into Java records and then use Carpet to serialize it into a...

Yes, for me the issue is not in the application of the compression codec, it's in your data. If your content is completely random, and each field of your file...

Yes, parquet applies multiple strategies encoding a column data before trying to compress the resulting binary array: https://parquet.apache.org/docs/file-format/data-pages/encodings/

Hi @zfarrell The feature can be considered stable and almost finished. The only thing left for me to do is write the documentation. I've been looking for use cases and...

Hi @arouel let me study the feature, because when we consider nested structures it becomes very complex with a many decisions to take. For example, what is the expected schema...

Yes, as I said in he PR, it's sensitive to the context. I was unable to obtain deterministic results. Even running the same test twice consecutively produced different execution times....