Skip to content

Commit

Permalink
Update doc.go
Browse files Browse the repository at this point in the history
Signed-off-by: Raymond Cypher <raymond.cypher@databricks.com>
  • Loading branch information
rcypher-databricks committed Sep 28, 2023
1 parent ea722ff commit e42a5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ Example usage:
conn, _ := db.Conn(context.BackGround())
defer conn.Close()
query := `select * from hive_metastore.main.taxi_trip_data`
query := `select * from main.default.taxi_trip_data`
var rows driver.Rows
var err error
Expand Down

0 comments on commit e42a5db

Please sign in to comment.