tansu-schema 0.6.0

Avro, JSON and Protocol buffer validation with conversion to Apache Iceberg, Delta Lake or Parquet via Apache Arrow
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "metadata",
  "type": {
    "type": "record",
    "name": "metadata",
    "fields": [
      { "name": "partition", "type": "int" },
      {
        "name": "timestamp",
        "type": "long",
        "logicalType": "timestamp-micros"
      },
      { "name": "year", "type": "int" },
      { "name": "month", "type": "int" },
      { "name": "day", "type": "int" }
    ]
  }
}