github.com/apache/beam/sdks/v2@v2.48.2/java/testing/tpcds/src/main/resources/schemas_avro/customer.json (about)

     1  {
     2    "type": "record",
     3    "name": "spark_schema",
     4    "fields": [
     5      {
     6        "name": "c_customer_sk",
     7        "type": [
     8          "null",
     9          "int"
    10        ],
    11        "default": null
    12      },
    13      {
    14        "name": "c_customer_id",
    15        "type": [
    16          "null",
    17          "string"
    18        ],
    19        "default": null
    20      },
    21      {
    22        "name": "c_current_cdemo_sk",
    23        "type": [
    24          "null",
    25          "int"
    26        ],
    27        "default": null
    28      },
    29      {
    30        "name": "c_current_hdemo_sk",
    31        "type": [
    32          "null",
    33          "int"
    34        ],
    35        "default": null
    36      },
    37      {
    38        "name": "c_current_addr_sk",
    39        "type": [
    40          "null",
    41          "int"
    42        ],
    43        "default": null
    44      },
    45      {
    46        "name": "c_first_shipto_date_sk",
    47        "type": [
    48          "null",
    49          "int"
    50        ],
    51        "default": null
    52      },
    53      {
    54        "name": "c_first_sales_date_sk",
    55        "type": [
    56          "null",
    57          "int"
    58        ],
    59        "default": null
    60      },
    61      {
    62        "name": "c_salutation",
    63        "type": [
    64          "null",
    65          "string"
    66        ],
    67        "default": null
    68      },
    69      {
    70        "name": "c_first_name",
    71        "type": [
    72          "null",
    73          "string"
    74        ],
    75        "default": null
    76      },
    77      {
    78        "name": "c_last_name",
    79        "type": [
    80          "null",
    81          "string"
    82        ],
    83        "default": null
    84      },
    85      {
    86        "name": "c_preferred_cust_flag",
    87        "type": [
    88          "null",
    89          "string"
    90        ],
    91        "default": null
    92      },
    93      {
    94        "name": "c_birth_day",
    95        "type": [
    96          "null",
    97          "int"
    98        ],
    99        "default": null
   100      },
   101      {
   102        "name": "c_birth_month",
   103        "type": [
   104          "null",
   105          "int"
   106        ],
   107        "default": null
   108      },
   109      {
   110        "name": "c_birth_year",
   111        "type": [
   112          "null",
   113          "int"
   114        ],
   115        "default": null
   116      },
   117      {
   118        "name": "c_birth_country",
   119        "type": [
   120          "null",
   121          "string"
   122        ],
   123        "default": null
   124      },
   125      {
   126        "name": "c_login",
   127        "type": [
   128          "null",
   129          "string"
   130        ],
   131        "default": null
   132      },
   133      {
   134        "name": "c_email_address",
   135        "type": [
   136          "null",
   137          "string"
   138        ],
   139        "default": null
   140      },
   141      {
   142        "name": "c_last_review_date",
   143        "type": [
   144          "null",
   145          "string"
   146        ],
   147        "default": null
   148      }
   149    ]
   150  }