Skip to content

Commit

Permalink
fix(bigquery): Added TODO for cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jsrinnn committed Jun 27, 2024
1 parent f0eab7d commit 723947e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ bool operator==(Struct const& lhs, Struct const& rhs);

struct ColumnData {
std::string value;
// TODO(#14387): Use absl::optional instead.
bool is_null{false};
std::string DebugString(absl::string_view name,
TracingOptions const& options = {},
Expand Down

0 comments on commit 723947e

Please sign in to comment.