Hi, I'm wondering how to construct a schema with logical types like this with the SchemaBuilder fluent interface:
{
"type" : "record",
"name" : "test_schema",
"fields" : [ {
"name" : "test_date_field",
"type" : {
"type" : "int",
*"logicalType" : "date"*
}
} ]
}
It looks like SchemaBuilder doesn't support logical types?
Thanks,
Nandor
