Skip to content

Commit

Permalink
print debug
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Mar 16, 2024
1 parent c36b00c commit a8bc0b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flow/e2e/bigquery/peer_flow_bq_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,8 @@ func (s PeerFlowE2ETestSuiteBQ) Test_NaN_Doubles_BQ() {
return false
}

s.T().Log("NANANANA", row)

floatArr, ok := row[1].([]float64)
return ok && row[0] == nil && len(floatArr) == 0 && row[1] == nil
})
Expand Down

0 comments on commit a8bc0b6

Please sign in to comment.