Skip to content

pre-commit: add a spell checker like codespell #2863

@daipom

Description

@daipom
Contributor

What feature or improvement would you like to see?

From #2862 (review)

Currently, we have no mechanism to check spells.
So, typos such as the following could be missed.

We should consider adding codespell to pre-commit.

Activity

daipom

daipom commented on May 26, 2025

@daipom
ContributorAuthor

take

daipom

daipom commented on May 28, 2025

@daipom
ContributorAuthor

#2864 detects follows.

.github/workflows/r-extended.yml:92: verions ==> versions
c/driver/postgresql/bind_stream.h:218: Paramter ==> Parameter
c/driver/postgresql/connection.cc:184: constraits ==> constraints
c/driver/postgresql/copy/postgres_copy_test_common.h:24: genereated ==> generated
c/driver/postgresql/copy/reader.h:867: chlidren ==> children
c/driver/postgresql/copy/writer.h:729: limtiations ==> limitations
c/driver/postgresql/postgres_type.h:214: posgresql ==> postgresql
c/driver/postgresql/result_helper.h:113: desctructor ==> destructor
c/include/arrow-adbc/adbc.h:305: unintialized ==> uninitialized
c/include/arrow-adbc/adbc.h:862: unintialized ==> uninitialized
c/include/arrow-adbc/adbc.h:885: unintialized ==> uninitialized
c/include/arrow-adbc/adbc.h:923: unintialized ==> uninitialized
c/include/arrow-adbc/adbc.h:962: unintialized ==> uninitialized
c/include/arrow-adbc/adbc.h:990: unintialized ==> uninitialized
c/include/arrow-adbc/adbc.h:994: unintialized ==> uninitialized
c/validation/adbc_validation_util.cc:323: occured ==> occurred
CHANGELOG.md:350: Inital ==> Initial
CHANGELOG.md:693: consisent ==> consistent
csharp/src/Apache.Arrow.Adbc/AdbcConnection11.cs:356: statistcs ==> statistics
csharp/src/Apache.Arrow.Adbc/C/CAdbcConnection.cs:37: unintialized ==> uninitialized
csharp/src/Apache.Arrow.Adbc/C/CAdbcDatabase.cs:39: unintialized ==> uninitialized
csharp/src/Apache.Arrow.Adbc/C/CAdbcDriver.cs:40: unintialized ==> uninitialized
csharp/src/Apache.Arrow.Adbc/C/CAdbcDriver.cs:47: unintialized ==> uninitialized
csharp/src/Apache.Arrow.Adbc/C/CAdbcPartitions.cs:63: unintialized ==> uninitialized
csharp/src/Apache.Arrow.Adbc/C/CAdbcStatement.cs:47: unintialized ==> uninitialized
csharp/src/Client/AdbcConnection.cs:45: Intializes ==> Initializes
csharp/src/Client/AdbcConnection.cs:56: Intializes ==> Initializes
csharp/src/Drivers/Apache/Hive2/DecimalUtility.cs:172: fron ==> from, front
csharp/src/Drivers/Apache/Hive2/README.md:70: specifed ==> specified
csharp/src/Drivers/Apache/Hive2/SqlTypeNameParser.cs:140: defintion ==> definition
csharp/src/Drivers/Apache/Hive2/SqlTypeNameParser.cs:153: defintion ==> definition
csharp/src/Drivers/Apache/Hive2/SqlTypeNameParser.cs:35: defintion ==> definition
csharp/src/Drivers/Apache/Hive2/SqlTypeNameParser.cs:490: STUCT ==> STRUCT
csharp/src/Drivers/Apache/Impala/README.md:106: standar ==> standard
csharp/src/Drivers/Apache/Impala/README.md:68: specifed ==> specified
csharp/src/Drivers/Apache/Spark/README.md:64: specifed ==> specified
csharp/src/Drivers/Apache/Thrift/BitmapUtilities.cs:53: remaing ==> remaining
csharp/test/Apache.Arrow.Adbc.Tests/TestBase.cs:124: Ditionary ==> Dictionary
csharp/test/Apache.Arrow.Adbc.Tests/TestBase.cs:198: formated ==> formatted
csharp/test/Apache.Arrow.Adbc.Tests/TestBase.cs:214: formated ==> formatted
csharp/test/Apache.Arrow.Adbc.Tests/TestBase.cs:230: formated ==> formatted
csharp/test/Apache.Arrow.Adbc.Tests/TestBase.cs:307: statment ==> statement
csharp/test/Apache.Arrow.Adbc.Tests/TestBase.cs:62: ouput ==> output
csharp/test/Drivers/Apache/Common/ClientTests.cs:214: timout ==> timeout
csharp/test/Drivers/Apache/Common/DateTimeValueTests.cs:61: Timstamp ==> Timestamp
csharp/test/Drivers/Apache/Common/DateTimeValueTests.cs:83: Timstamp ==> Timestamp
csharp/test/Drivers/Apache/Impala/Resources/impalaconfig.json:8: schem ==> scheme
csharp/test/Drivers/Apache/Spark/SparkConnectionTest.cs:48: exeption ==> exception, exemption
csharp/test/Drivers/Apache/Spark/SparkConnectionTest.cs:49: exeption ==> exception, exemption
csharp/test/Drivers/BigQuery/AuthenticationTests.cs:65: behvior ==> behavior
csharp/test/Drivers/Databricks/DatabricksConnectionTest.cs:55: exeption ==> exception, exemption
csharp/test/Drivers/Databricks/DatabricksConnectionTest.cs:56: exeption ==> exception, exemption
csharp/test/Drivers/Databricks/DateTimeValueTests.cs:42: Timstamp ==> Timestamp
csharp/test/Drivers/Databricks/StatementTests.cs:437: mintues ==> minutes
csharp/test/Drivers/Interop/FlightSql/readme.md:36: compatibilty ==> compatibility
csharp/test/Drivers/Interop/FlightSql/readme.md:62: resutls ==> results
csharp/test/Drivers/Interop/Snowflake/SnowflakeTestingUtils.cs:169: occured ==> occurred
csharp/test/Drivers/Interop/Snowflake/SnowflakeTestingUtils.cs:169: resouce ==> resource
dev/bench/README.md:42: passsword ==> password
dev/release/verify-release-candidate.sh:950: enviroment ==> environment
docs/source/driver/flight_sql.rst:226: reponse ==> response
docs/source/driver/postgresql.rst:351: posgresql ==> postgresql
docs/source/driver/postgresql.rst:42: accellerate ==> accelerate
docs/source/driver/snowflake.rst:294: bandwith ==> bandwidth
docs/source/faq.rst:177: tranposing ==> transposing
docs/source/format/specification.rst:248: retrive ==> retrieve
docs/source/python/recipe/flight_sql.rst:22: againt ==> against
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/connection.go:190: hasTables ==> hashtables
go/adbc/driver/snowflake/connection.go:195: hasTables ==> hashtables
go/adbc/driver/snowflake/connection.go:204: hasTables ==> hashtables
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/drivermgr/arrow-adbc/adbc.h:305: unintialized ==> uninitialized
go/adbc/drivermgr/arrow-adbc/adbc.h:862: unintialized ==> uninitialized
go/adbc/drivermgr/arrow-adbc/adbc.h:885: unintialized ==> uninitialized
go/adbc/drivermgr/arrow-adbc/adbc.h:923: unintialized ==> uninitialized
go/adbc/drivermgr/arrow-adbc/adbc.h:962: unintialized ==> uninitialized
go/adbc/drivermgr/arrow-adbc/adbc.h:990: unintialized ==> uninitialized
go/adbc/drivermgr/arrow-adbc/adbc.h:994: unintialized ==> uninitialized
go/adbc/ext.go:68: Implementors ==> Implementers
r/adbcdrivermanager/src/options.cc:106: suppported ==> supported
r/adbcdrivermanager/src/options.cc:127: suppported ==> supported
r/adbcdrivermanager/src/options.cc:84: suppported ==> supported
rust/core/src/driver_manager.rs:157: droped ==> dropped
rust/core/src/ffi/types.rs:116: unintialized ==> uninitialized
rust/core/src/ffi/types.rs:129: unintialized ==> uninitialized
rust/core/src/ffi/types.rs:133: unintialized ==> uninitialized
rust/core/src/ffi/types.rs:65: unintialized ==> uninitialized
rust/core/src/ffi/types.rs:673: transfered ==> transferred
rust/core/src/ffi/types.rs:77: unintialized ==> uninitialized
rust/core/src/ffi/types.rs:89: unintialized ==> uninitialized
rust/core/src/lib.rs:56: langages ==> languages
rust/driver/dummy/tests/driver_exporter_dummy.rs:19: trough ==> through
rust/driver/snowflake/src/duration.rs:49: eror ==> error
rust/README.md:51: trough ==> through
daipom

daipom commented on May 28, 2025

@daipom
ContributorAuthor

Remaining

.github/workflows/r-extended.yml:92: verions ==> versions
c/driver/postgresql/bind_stream.h:218: Paramter ==> Parameter
c/driver/postgresql/connection.cc:184: constraits ==> constraints
c/driver/postgresql/copy/postgres_copy_test_common.h:24: genereated ==> generated
c/driver/postgresql/copy/reader.h:867: chlidren ==> children
c/driver/postgresql/copy/writer.h:729: limtiations ==> limitations
c/driver/postgresql/postgres_type.h:214: posgresql ==> postgresql
c/driver/postgresql/result_helper.h:113: desctructor ==> destructor
c/include/arrow-adbc/adbc.h:305: unintialized ==> uninitialized
c/include/arrow-adbc/adbc.h:862: unintialized ==> uninitialized
c/include/arrow-adbc/adbc.h:885: unintialized ==> uninitialized
c/include/arrow-adbc/adbc.h:923: unintialized ==> uninitialized
c/include/arrow-adbc/adbc.h:962: unintialized ==> uninitialized
c/include/arrow-adbc/adbc.h:990: unintialized ==> uninitialized
c/include/arrow-adbc/adbc.h:994: unintialized ==> uninitialized
c/validation/adbc_validation_util.cc:323: occured ==> occurred
CHANGELOG.md:350: Inital ==> Initial
CHANGELOG.md:693: consisent ==> consistent
csharp/src/Apache.Arrow.Adbc/AdbcConnection11.cs:356: statistcs ==> statistics
csharp/src/Apache.Arrow.Adbc/C/CAdbcConnection.cs:37: unintialized ==> uninitialized
csharp/src/Apache.Arrow.Adbc/C/CAdbcDatabase.cs:39: unintialized ==> uninitialized
csharp/src/Apache.Arrow.Adbc/C/CAdbcDriver.cs:40: unintialized ==> uninitialized
csharp/src/Apache.Arrow.Adbc/C/CAdbcDriver.cs:47: unintialized ==> uninitialized
csharp/src/Apache.Arrow.Adbc/C/CAdbcPartitions.cs:63: unintialized ==> uninitialized
csharp/src/Apache.Arrow.Adbc/C/CAdbcStatement.cs:47: unintialized ==> uninitialized
csharp/src/Client/AdbcConnection.cs:45: Intializes ==> Initializes
csharp/src/Client/AdbcConnection.cs:56: Intializes ==> Initializes
csharp/src/Drivers/Apache/Hive2/DecimalUtility.cs:172: fron ==> from, front
csharp/src/Drivers/Apache/Hive2/README.md:70: specifed ==> specified
csharp/src/Drivers/Apache/Hive2/SqlTypeNameParser.cs:140: defintion ==> definition
csharp/src/Drivers/Apache/Hive2/SqlTypeNameParser.cs:153: defintion ==> definition
csharp/src/Drivers/Apache/Hive2/SqlTypeNameParser.cs:35: defintion ==> definition
csharp/src/Drivers/Apache/Hive2/SqlTypeNameParser.cs:490: STUCT ==> STRUCT
csharp/src/Drivers/Apache/Impala/README.md:106: standar ==> standard
csharp/src/Drivers/Apache/Impala/README.md:68: specifed ==> specified
csharp/src/Drivers/Apache/Spark/README.md:64: specifed ==> specified
csharp/src/Drivers/Apache/Thrift/BitmapUtilities.cs:53: remaing ==> remaining
csharp/test/Apache.Arrow.Adbc.Tests/TestBase.cs:124: Ditionary ==> Dictionary
csharp/test/Apache.Arrow.Adbc.Tests/TestBase.cs:198: formated ==> formatted
csharp/test/Apache.Arrow.Adbc.Tests/TestBase.cs:214: formated ==> formatted
csharp/test/Apache.Arrow.Adbc.Tests/TestBase.cs:230: formated ==> formatted
csharp/test/Apache.Arrow.Adbc.Tests/TestBase.cs:307: statment ==> statement
csharp/test/Apache.Arrow.Adbc.Tests/TestBase.cs:62: ouput ==> output
csharp/test/Drivers/Apache/Common/ClientTests.cs:214: timout ==> timeout
csharp/test/Drivers/Apache/Common/DateTimeValueTests.cs:61: Timstamp ==> Timestamp
csharp/test/Drivers/Apache/Common/DateTimeValueTests.cs:83: Timstamp ==> Timestamp
csharp/test/Drivers/Apache/Impala/Resources/impalaconfig.json:8: schem ==> scheme
csharp/test/Drivers/Apache/Spark/SparkConnectionTest.cs:48: exeption ==> exception, exemption
csharp/test/Drivers/Apache/Spark/SparkConnectionTest.cs:49: exeption ==> exception, exemption
csharp/test/Drivers/BigQuery/AuthenticationTests.cs:65: behvior ==> behavior
csharp/test/Drivers/Databricks/DatabricksConnectionTest.cs:55: exeption ==> exception, exemption
csharp/test/Drivers/Databricks/DatabricksConnectionTest.cs:56: exeption ==> exception, exemption
csharp/test/Drivers/Databricks/DateTimeValueTests.cs:42: Timstamp ==> Timestamp
csharp/test/Drivers/Databricks/StatementTests.cs:437: mintues ==> minutes
csharp/test/Drivers/Interop/FlightSql/DriverTests.cs:46: caseSenstive ==> case-sensitive
csharp/test/Drivers/Interop/FlightSql/DriverTests.cs:55: caseSenstive ==> case-sensitive
csharp/test/Drivers/Interop/FlightSql/readme.md:36: compatibilty ==> compatibility
csharp/test/Drivers/Interop/FlightSql/readme.md:62: resutls ==> results
csharp/test/Drivers/Interop/Snowflake/SnowflakeTestingUtils.cs:169: occured ==> occurred
csharp/test/Drivers/Interop/Snowflake/SnowflakeTestingUtils.cs:169: resouce ==> resource
dev/bench/README.md:42: passsword ==> password
dev/release/verify-release-candidate.sh:950: enviroment ==> environment
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/drivermgr/arrow-adbc/adbc.h:305: unintialized ==> uninitialized
go/adbc/drivermgr/arrow-adbc/adbc.h:862: unintialized ==> uninitialized
go/adbc/drivermgr/arrow-adbc/adbc.h:885: unintialized ==> uninitialized
go/adbc/drivermgr/arrow-adbc/adbc.h:923: unintialized ==> uninitialized
go/adbc/drivermgr/arrow-adbc/adbc.h:962: unintialized ==> uninitialized
go/adbc/drivermgr/arrow-adbc/adbc.h:990: unintialized ==> uninitialized
go/adbc/drivermgr/arrow-adbc/adbc.h:994: unintialized ==> uninitialized
go/adbc/ext.go:68: Implementors ==> Implementers
r/adbcdrivermanager/src/options.cc:106: suppported ==> supported
r/adbcdrivermanager/src/options.cc:127: suppported ==> supported
r/adbcdrivermanager/src/options.cc:84: suppported ==> supported
rust/core/src/driver_manager.rs:157: droped ==> dropped
rust/core/src/ffi/types.rs:116: unintialized ==> uninitialized
rust/core/src/ffi/types.rs:129: unintialized ==> uninitialized
rust/core/src/ffi/types.rs:133: unintialized ==> uninitialized
rust/core/src/ffi/types.rs:65: unintialized ==> uninitialized
rust/core/src/ffi/types.rs:673: transfered ==> transferred
rust/core/src/ffi/types.rs:77: unintialized ==> uninitialized
rust/core/src/ffi/types.rs:89: unintialized ==> uninitialized
rust/core/src/lib.rs:56: langages ==> languages
rust/driver/dummy/tests/driver_exporter_dummy.rs:19: trough ==> through
rust/driver/snowflake/src/duration.rs:49: eror ==> error
rust/README.md:51: trough ==> through
daipom

daipom commented on Jun 5, 2025

@daipom
ContributorAuthor

Remaining

.github/workflows/r-extended.yml:92: verions ==> versions
CHANGELOG.md:350: Inital ==> Initial
CHANGELOG.md:693: consisent ==> consistent
csharp/src/Apache.Arrow.Adbc/AdbcConnection11.cs:356: statistcs ==> statistics
csharp/src/Apache.Arrow.Adbc/C/CAdbcConnection.cs:37: unintialized ==> uninitialized
csharp/src/Apache.Arrow.Adbc/C/CAdbcDatabase.cs:39: unintialized ==> uninitialized
csharp/src/Apache.Arrow.Adbc/C/CAdbcDriver.cs:40: unintialized ==> uninitialized
csharp/src/Apache.Arrow.Adbc/C/CAdbcDriver.cs:47: unintialized ==> uninitialized
csharp/src/Apache.Arrow.Adbc/C/CAdbcPartitions.cs:63: unintialized ==> uninitialized
csharp/src/Apache.Arrow.Adbc/C/CAdbcStatement.cs:47: unintialized ==> uninitialized
csharp/src/Client/AdbcConnection.cs:45: Intializes ==> Initializes
csharp/src/Client/AdbcConnection.cs:56: Intializes ==> Initializes
csharp/src/Drivers/Apache/Hive2/DecimalUtility.cs:172: fron ==> from, front
csharp/src/Drivers/Apache/Hive2/README.md:70: specifed ==> specified
csharp/src/Drivers/Apache/Hive2/SqlTypeNameParser.cs:140: defintion ==> definition
csharp/src/Drivers/Apache/Hive2/SqlTypeNameParser.cs:153: defintion ==> definition
csharp/src/Drivers/Apache/Hive2/SqlTypeNameParser.cs:35: defintion ==> definition
csharp/src/Drivers/Apache/Hive2/SqlTypeNameParser.cs:490: STUCT ==> STRUCT
csharp/src/Drivers/Apache/Impala/README.md:106: standar ==> standard
csharp/src/Drivers/Apache/Impala/README.md:68: specifed ==> specified
csharp/src/Drivers/Apache/Spark/README.md:64: specifed ==> specified
csharp/src/Drivers/Apache/Thrift/BitmapUtilities.cs:53: remaing ==> remaining
csharp/src/Drivers/Databricks/DatabricksStatement.cs:45: instad ==> instead
csharp/test/Apache.Arrow.Adbc.Tests/TestBase.cs:124: Ditionary ==> Dictionary
csharp/test/Apache.Arrow.Adbc.Tests/TestBase.cs:198: formated ==> formatted
csharp/test/Apache.Arrow.Adbc.Tests/TestBase.cs:214: formated ==> formatted
csharp/test/Apache.Arrow.Adbc.Tests/TestBase.cs:230: formated ==> formatted
csharp/test/Apache.Arrow.Adbc.Tests/TestBase.cs:307: statment ==> statement
csharp/test/Apache.Arrow.Adbc.Tests/TestBase.cs:62: ouput ==> output
csharp/test/Drivers/Apache/Common/ClientTests.cs:214: timout ==> timeout
csharp/test/Drivers/Apache/Common/DateTimeValueTests.cs:61: Timstamp ==> Timestamp
csharp/test/Drivers/Apache/Common/DateTimeValueTests.cs:83: Timstamp ==> Timestamp
csharp/test/Drivers/Apache/Impala/Resources/impalaconfig.json:8: schem ==> scheme
csharp/test/Drivers/Apache/Spark/SparkConnectionTest.cs:48: exeption ==> exception, exemption
csharp/test/Drivers/Apache/Spark/SparkConnectionTest.cs:49: exeption ==> exception, exemption
csharp/test/Drivers/BigQuery/AuthenticationTests.cs:65: behvior ==> behavior
csharp/test/Drivers/Databricks/DatabricksConnectionTest.cs:55: exeption ==> exception, exemption
csharp/test/Drivers/Databricks/DatabricksConnectionTest.cs:56: exeption ==> exception, exemption
csharp/test/Drivers/Databricks/DateTimeValueTests.cs:42: Timstamp ==> Timestamp
csharp/test/Drivers/Databricks/StatementTests.cs:437: mintues ==> minutes
csharp/test/Drivers/Interop/FlightSql/DriverTests.cs:46: caseSenstive ==> case-sensitive
csharp/test/Drivers/Interop/FlightSql/DriverTests.cs:55: caseSenstive ==> case-sensitive
csharp/test/Drivers/Interop/FlightSql/readme.md:36: compatibilty ==> compatibility
csharp/test/Drivers/Interop/FlightSql/readme.md:62: resutls ==> results
csharp/test/Drivers/Interop/Snowflake/SnowflakeTestingUtils.cs:169: occured ==> occurred
csharp/test/Drivers/Interop/Snowflake/SnowflakeTestingUtils.cs:169: resouce ==> resource
dev/bench/README.md:42: passsword ==> password
dev/release/verify-release-candidate.sh:950: enviroment ==> environment
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
r/adbcdrivermanager/src/options.cc:106: suppported ==> supported
r/adbcdrivermanager/src/options.cc:127: suppported ==> supported
r/adbcdrivermanager/src/options.cc:84: suppported ==> supported
rust/core/src/driver_manager.rs:157: droped ==> dropped
rust/core/src/ffi/types.rs:116: unintialized ==> uninitialized
rust/core/src/ffi/types.rs:129: unintialized ==> uninitialized
rust/core/src/ffi/types.rs:133: unintialized ==> uninitialized
rust/core/src/ffi/types.rs:65: unintialized ==> uninitialized
rust/core/src/ffi/types.rs:673: transfered ==> transferred
rust/core/src/ffi/types.rs:77: unintialized ==> uninitialized
rust/core/src/ffi/types.rs:89: unintialized ==> uninitialized
rust/core/src/lib.rs:56: langages ==> languages
rust/driver/dummy/tests/driver_exporter_dummy.rs:19: trough ==> through
rust/driver/snowflake/src/duration.rs:49: eror ==> error
rust/README.md:51: trough ==> through
daipom

daipom commented on Jun 9, 2025

@daipom
ContributorAuthor

Remaining

.github/workflows/r-extended.yml:92: verions ==> versions
CHANGELOG.md:350: Inital ==> Initial
CHANGELOG.md:693: consisent ==> consistent
csharp/src/Apache.Arrow.Adbc/AdbcConnection11.cs:356: statistcs ==> statistics
csharp/src/Apache.Arrow.Adbc/C/CAdbcConnection.cs:37: unintialized ==> uninitialized
csharp/src/Apache.Arrow.Adbc/C/CAdbcDatabase.cs:39: unintialized ==> uninitialized
csharp/src/Apache.Arrow.Adbc/C/CAdbcDriver.cs:40: unintialized ==> uninitialized
csharp/src/Apache.Arrow.Adbc/C/CAdbcDriver.cs:47: unintialized ==> uninitialized
csharp/src/Apache.Arrow.Adbc/C/CAdbcPartitions.cs:63: unintialized ==> uninitialized
csharp/src/Apache.Arrow.Adbc/C/CAdbcStatement.cs:47: unintialized ==> uninitialized
csharp/src/Client/AdbcConnection.cs:45: Intializes ==> Initializes
csharp/src/Client/AdbcConnection.cs:56: Intializes ==> Initializes
csharp/src/Drivers/Apache/Hive2/DecimalUtility.cs:172: fron ==> from, front
csharp/src/Drivers/Apache/Hive2/README.md:70: specifed ==> specified
csharp/src/Drivers/Apache/Hive2/SqlTypeNameParser.cs:140: defintion ==> definition
csharp/src/Drivers/Apache/Hive2/SqlTypeNameParser.cs:153: defintion ==> definition
csharp/src/Drivers/Apache/Hive2/SqlTypeNameParser.cs:35: defintion ==> definition
csharp/src/Drivers/Apache/Hive2/SqlTypeNameParser.cs:490: STUCT ==> STRUCT
csharp/src/Drivers/Apache/Impala/README.md:106: standar ==> standard
csharp/src/Drivers/Apache/Impala/README.md:68: specifed ==> specified
csharp/src/Drivers/Apache/Spark/README.md:64: specifed ==> specified
csharp/src/Drivers/Apache/Thrift/BitmapUtilities.cs:53: remaing ==> remaining
csharp/src/Drivers/Databricks/DatabricksStatement.cs:45: instad ==> instead
csharp/test/Apache.Arrow.Adbc.Tests/TestBase.cs:124: Ditionary ==> Dictionary
csharp/test/Apache.Arrow.Adbc.Tests/TestBase.cs:198: formated ==> formatted
csharp/test/Apache.Arrow.Adbc.Tests/TestBase.cs:214: formated ==> formatted
csharp/test/Apache.Arrow.Adbc.Tests/TestBase.cs:230: formated ==> formatted
csharp/test/Apache.Arrow.Adbc.Tests/TestBase.cs:307: statment ==> statement
csharp/test/Apache.Arrow.Adbc.Tests/TestBase.cs:62: ouput ==> output
csharp/test/Drivers/Apache/Common/ClientTests.cs:214: timout ==> timeout
csharp/test/Drivers/Apache/Common/DateTimeValueTests.cs:61: Timstamp ==> Timestamp
csharp/test/Drivers/Apache/Common/DateTimeValueTests.cs:83: Timstamp ==> Timestamp
csharp/test/Drivers/Apache/Spark/SparkConnectionTest.cs:48: exeption ==> exception, exemption
csharp/test/Drivers/Apache/Spark/SparkConnectionTest.cs:49: exeption ==> exception, exemption
csharp/test/Drivers/BigQuery/AuthenticationTests.cs:65: behvior ==> behavior
csharp/test/Drivers/Databricks/DatabricksConnectionTest.cs:55: exeption ==> exception, exemption
csharp/test/Drivers/Databricks/DatabricksConnectionTest.cs:56: exeption ==> exception, exemption
csharp/test/Drivers/Databricks/DateTimeValueTests.cs:42: Timstamp ==> Timestamp
csharp/test/Drivers/Databricks/StatementTests.cs:460: mintues ==> minutes
csharp/test/Drivers/Interop/FlightSql/readme.md:36: compatibilty ==> compatibility
csharp/test/Drivers/Interop/FlightSql/readme.md:62: resutls ==> results
csharp/test/Drivers/Interop/Snowflake/SnowflakeTestingUtils.cs:177: occured ==> occurred
csharp/test/Drivers/Interop/Snowflake/SnowflakeTestingUtils.cs:177: resouce ==> resource
dev/bench/README.md:42: passsword ==> password
dev/release/verify-release-candidate.sh:950: enviroment ==> environment
r/adbcdrivermanager/src/options.cc:106: suppported ==> supported
r/adbcdrivermanager/src/options.cc:127: suppported ==> supported
r/adbcdrivermanager/src/options.cc:84: suppported ==> supported
rust/core/src/driver_manager.rs:157: droped ==> dropped
rust/core/src/ffi/types.rs:116: unintialized ==> uninitialized
rust/core/src/ffi/types.rs:129: unintialized ==> uninitialized
rust/core/src/ffi/types.rs:133: unintialized ==> uninitialized
rust/core/src/ffi/types.rs:65: unintialized ==> uninitialized
rust/core/src/ffi/types.rs:673: transfered ==> transferred
rust/core/src/ffi/types.rs:77: unintialized ==> uninitialized
rust/core/src/ffi/types.rs:89: unintialized ==> uninitialized
rust/core/src/lib.rs:56: langages ==> languages
rust/driver/dummy/tests/driver_exporter_dummy.rs:19: trough ==> through
rust/driver/snowflake/src/duration.rs:49: eror ==> error
rust/README.md:51: trough ==> through
daipom

daipom commented on Jun 9, 2025

@daipom
ContributorAuthor

Remaining

.github/workflows/r-extended.yml:92: verions ==> versions
CHANGELOG.md:350: Inital ==> Initial
CHANGELOG.md:693: consisent ==> consistent
dev/bench/README.md:42: passsword ==> password
dev/release/verify-release-candidate.sh:950: enviroment ==> environment
r/adbcdrivermanager/src/options.cc:106: suppported ==> supported
r/adbcdrivermanager/src/options.cc:127: suppported ==> supported
r/adbcdrivermanager/src/options.cc:84: suppported ==> supported
rust/core/src/driver_manager.rs:157: droped ==> dropped
rust/core/src/ffi/types.rs:116: unintialized ==> uninitialized
rust/core/src/ffi/types.rs:129: unintialized ==> uninitialized
rust/core/src/ffi/types.rs:133: unintialized ==> uninitialized
rust/core/src/ffi/types.rs:65: unintialized ==> uninitialized
rust/core/src/ffi/types.rs:673: transfered ==> transferred
rust/core/src/ffi/types.rs:77: unintialized ==> uninitialized
rust/core/src/ffi/types.rs:89: unintialized ==> uninitialized
rust/core/src/lib.rs:56: langages ==> languages
rust/driver/dummy/tests/driver_exporter_dummy.rs:19: trough ==> through
rust/driver/snowflake/src/duration.rs:49: eror ==> error
rust/README.md:51: trough ==> through
daipom

daipom commented on Jun 11, 2025

@daipom
ContributorAuthor

Remaining

.github/workflows/r-extended.yml:92: verions ==> versions
CHANGELOG.md:350: Inital ==> Initial
CHANGELOG.md:693: consisent ==> consistent
r/adbcdrivermanager/src/options.cc:84: suppported ==> supported
r/adbcdrivermanager/src/options.cc:106: suppported ==> supported
r/adbcdrivermanager/src/options.cc:127: suppported ==> supported
dev/bench/README.md:42: passsword ==> password
dev/release/verify-release-candidate.sh:950: enviroment ==> environment
go/adbc/go.sum:249: SHs ==> ssh, nhs
lidavidm

lidavidm commented on Jun 11, 2025

@lidavidm
Member

go.sum should probably be omitted - it's an autogenerated file.

daipom

daipom commented on Jun 16, 2025

@daipom
ContributorAuthor

go.sum should probably be omitted - it's an autogenerated file.

I see! Thanks!

daipom

daipom commented on Jun 16, 2025

@daipom
ContributorAuthor

Remaining

.github/workflows/r-extended.yml:92: verions ==> versions
CHANGELOG.md:350: Inital ==> Initial
CHANGELOG.md:693: consisent ==> consistent
r/adbcdrivermanager/src/options.cc:84: suppported ==> supported
r/adbcdrivermanager/src/options.cc:106: suppported ==> supported
r/adbcdrivermanager/src/options.cc:127: suppported ==> supported
dev/bench/README.md:42: passsword ==> password
dev/release/verify-release-candidate.sh:950: enviroment ==> environment
daipom

daipom commented on Jun 17, 2025

@daipom
ContributorAuthor

Remaining

r/adbcdrivermanager/src/options.cc:84: suppported ==> supported
r/adbcdrivermanager/src/options.cc:106: suppported ==> supported
r/adbcdrivermanager/src/options.cc:127: suppported ==> supported

These are fixed in

daipom

daipom commented on Jun 19, 2025

@daipom
ContributorAuthor

Now, all typos are fixed!

daipom

daipom commented on Jun 19, 2025

@daipom
ContributorAuthor

This would be a typo.

#2864 (comment)

csharp/test/Drivers/Apache/Impala/Resources/impalaconfig.json:8: schem ==> scheme
daipom

daipom commented on Jun 20, 2025

@daipom
ContributorAuthor

All typos are fixed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

    Development

    Participants

    @lidavidm@daipom

    Issue actions

      pre-commit: add a spell checker like codespell · Issue #2863 · apache/arrow-adbc