columns {
  name: "key"
  type {
    type_id: STRING
  }
}
columns {
  name: "kk"
  type {
    type_id: STRING
  }
}
columns {
  name: "subkey"
  type {
    type_id: STRING
  }
}
columns {
  name: "subkeyFromD"
  type {
    optional_type {
      item {
        type_id: INT32
      }
    }
  }
}
columns {
  name: "value"
  type {
    type_id: STRING
  }
}
columns {
  name: "valueFromInput"
  type {
    type_id: STRING
  }
}
rows {
  items {
    bytes_value: "075"
  }
  items {
    bytes_value: "150"
  }
  items {
    bytes_value: "1"
  }
  items {
    int32_value: 40
  }
  items {
    bytes_value: "data: qzz"
  }
  items {
    bytes_value: "abc"
  }
}
