Result set 1:
columns {
  name: "value"
  type {
    type_id: STRING
  }
}
columns {
  name: "value_utf"
  type {
    type_id: UTF8
  }
}
rows {
  items {
    bytes_value: ""
  }
  items {
    text_value: ""
  }
}
rows {
  items {
    bytes_value: "bar"
  }
  items {
    text_value: "проверка"
  }
}
rows {
  items {
    bytes_value: "foo"
  }
  items {
    text_value: "тест"
  }
}
Result set 2:
columns {
  name: "value"
  type {
    type_id: STRING
  }
}
rows {
  items {
    bytes_value: ""
  }
}
rows {
  items {
    bytes_value: "bar"
  }
}
rows {
  items {
    bytes_value: "foo"
  }
}
