Skip to content

Commit

Permalink
Merge pull request #40 from DanRoscigno/basic-quickstart
Browse files Browse the repository at this point in the history
add logging
  • Loading branch information
DanRoscigno authored Feb 16, 2024
2 parents fbc9617 + 055eaf1 commit ff0999a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/quickstart_basic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ var _ = Describe("QuickstartBasic", func() {

records := []string{}
fmt.Println("Checking JOIN of Crashes and Weather")
fmt.Println("Crashes\tTemp_F\tPrecipitation\tHour")
for rows.Next() {
var Crashes string
var Temp_F string
Expand Down

0 comments on commit ff0999a

Please sign in to comment.