Class MetadataVersion.Constants

java.lang.Object
org.apache.drill.exec.store.parquet.metadata.MetadataVersion.Constants
Enclosing class:
MetadataVersion

public static class MetadataVersion.Constants extends Object
Supported metadata versions.

Note: keep them synchronized with MetadataBase.ParquetTableMetadataBase versions

  • Field Details

  • Constructor Details

    • Constants

      public Constants()
  • Method Details

    • isVersionSupported

      public static boolean isVersionSupported(String metadataVersion)
      Parameters:
      metadataVersion - string representation of the parquet metadata version
      Returns:
      true if metadata version is supported, false otherwise