org.apache.parquet.Version Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hive-apache Show documentation
Show all versions of hive-apache Show documentation
Shaded version of Apache Hive for Presto
The newest version!
package org.apache.parquet;
/**
* This class is auto-generated by org.apache.parquet.version.VersionGenerator
* Do not manually edit!
*/
public class Version {
public static final String VERSION_NUMBER = "1.11.0";
public static final String FULL_VERSION = "parquet-mr version 1.11.0 (build 18519eb8e059865652eee3ff0e8593f126701da4)";
public static void main(String[] args) {
System.out.println(FULL_VERSION);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy