daipom commented on PR #2864: URL: https://github.com/apache/arrow-adbc/pull/2864#issuecomment-2910087853
There seems to be a certain effect on typos on the code. However, some are annoying false positives, and we will likely continue to encounter similar false positives in the future. ``` java/driver/flight-sql/src/test/java/org/apache/arrow/adbc/driver/flightsql/DetailsTest.java:50: AfterAll ==> after all .github/workflows/packaging.yml:414: fpr ==> for, far, fps go/adbc/driver/snowflake/connection.go:190: hasTables ==> hashtables go/adbc/driver/snowflake/bulk_ingestion.go:580: COPYs ==> copies go/adbc/driver/internal/driverbase/database.go:61: te ==> the, be, we, to ... ``` For files under `docs/`, it works very well. ``` docs/source/python/recipe/flight_sql.rst:22: againt ==> against 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/driver/postgresql.rst:42: accellerate ==> accelerate docs/source/driver/postgresql.rst:351: posgresql ==> postgresql docs/source/driver/flight_sql.rst:226: reponse ==> response ``` There are two possible approaches. * A: Limit it to specific areas, such as files under `docs/` or `*.md`. * B: Apply it to as broadly as possible, and make an effort to configure exclusion words. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org