Closed
Description
What happened?
In #2863, the following typos are found under go/
.
We should fix them to complete #2863.
go/adbc/adbc.go:647: returnes ==> returns
go/adbc/driver/bigquery/statement.go:572: Unparseable ==> Unparsable
go/adbc/driver/flightsql/flightsql_statement.go:429: returnes ==> returns
go/adbc/driver/internal/driverbase/connection.go:372: implementor ==> implementer
go/adbc/driver/internal/driverbase/rotating_file_writer.go:260: exising ==> existing
go/adbc/driver/internal/driverbase/rotating_file_writer.go:293: lexigraphically ==> lexicographically
go/adbc/driver/snowflake/bulk_ingestion.go:491: propogate ==> propagate
go/adbc/driver/snowflake/bulk_ingestion.go:561: recieved ==> received
go/adbc/driver/snowflake/bulk_ingestion.go:88: bandwith ==> bandwidth
go/adbc/driver/snowflake/driver_test.go:2075: exepected ==> expected
go/adbc/driver/snowflake/driver_test.go:2093: exepected ==> expected
go/adbc/driver/snowflake/statement.go:470: returnes ==> returns
go/adbc/ext.go:68: Implementors ==> Implementers
Stack Trace
Not related.
How can we reproduce the bug?
Run CI of #2864 or checkout #2864 and execute pre-commit run codespell --all-files
.
Environment/Setup
Not related.