Skip to content

Commit aef66e4

Browse files
committed
chore: add debug statement
1 parent 78eca6f commit aef66e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google/cloud/bigtable/tests/data_integration_test.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,7 @@ TEST_P(DataIntegrationTest, ClientQueryColumnFamilyWithHistory) {
762762
auto value_hist = row.get("family4_history");
763763
ASSERT_TRUE(value_hist.ok()) << value_hist.status().message();
764764
Value const& bigtable_val = *value_hist;
765+
std::cout << bigtable_val << std::endl;
765766
using HistoryEntry = std::unordered_map<std::string, std::string>;
766767
auto history_map =
767768
bigtable_val

0 commit comments

Comments
 (0)