Class AvroHiveFileUtils

java.lang.Object
io.trino.plugin.hive.avro.AvroHiveFileUtils

public final class AvroHiveFileUtils extends Object
  • Method Details

    • determineSchemaOrThrowException

      public static org.apache.avro.Schema determineSchemaOrThrowException(TrinoFileSystem fileSystem, Properties properties) throws IOException
      Throws:
      IOException
    • wrapInUnionWithNull

      public static org.apache.avro.Schema wrapInUnionWithNull(org.apache.avro.Schema schema)