github.com/apache/beam/sdks/v2@v2.48.2/java/testing/tpcds/src/main/resources/schemas_avro/reason.json (about) 1 { 2 "type": "record", 3 "name": "spark_schema", 4 "fields": [ 5 { 6 "name": "r_reason_sk", 7 "type": [ 8 "null", 9 "int" 10 ], 11 "default": null 12 }, 13 { 14 "name": "r_reason_id", 15 "type": [ 16 "null", 17 "string" 18 ], 19 "default": null 20 }, 21 { 22 "name": "r_reason_desc", 23 "type": [ 24 "null", 25 "string" 26 ], 27 "default": null 28 } 29 ] 30 }