All Downloads are FREE. Search and download functionalities are using the official Maven repository.

di.hudi-gcp-bundle.0.13.1.source-code.stringBehavior.avsc Maven / Gradle / Ivy

There is a newer version: 1.0.0-beta1
Show newest version
{
  "name" : "StringBehaviorTest",
  "namespace": "org.apache.parquet.avro",
  "type" : "record",
  "fields" : [ {
    "name" : "default_class",
    "type" : "string"
  }, {
    "name" : "string_class",
    "type" : {"type": "string", "avro.java.string": "String"}
  }, {
    "name" : "stringable_class",
    "type" : {"type": "string", "java-class": "java.math.BigDecimal"}
  }, {
    "name" : "default_map",
    "type" : {
      "type" : "map",
      "values" : "int"
    }
  }, {
    "name" : "string_map",
    "type" : {
      "type" : "map",
      "values" : "int",
      "avro.java.string": "String"
    }
  }, {
    "name" : "stringable_map",
    "type" : {
      "type" : "map",
      "values" : "int",
      "java-key-class": "java.math.BigDecimal"
    }
  } ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy