This is an automated email from the ASF dual-hosted git repository.
mbrobbel pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new 24950853d chore: fix typo in changelog (#2973)
24950853d is described below
commit 24950853d2398fd75601656fbf2bc2ddeff7d87c
Author: Daijiro Fukuda <[email protected]>
AuthorDate: Mon Jun 16 18:30:41 2025 +0900
chore: fix typo in changelog (#2973)
Closes #2972
---
CHANGELOG.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 073b278e7..a2024b32f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -347,7 +347,7 @@
- **c/driver/postgresql,c/driver/sqlite**: Implement FOREIGN KEY constraints
(#1099)
- **go/adbc/driver/flightsql**: log new connections (#1146)
- **c/driver/postgresql**: add integral COPY writers (#1130)
-- **c/driver/postgresql**: Inital COPY Writer design (#1110)
+- **c/driver/postgresql**: Initial COPY Writer design (#1110)
- **c/driver/postgresql,c/driver/sqlite**: implement BOOL support in drivers
(#1091)
### Fix
@@ -690,7 +690,7 @@
- **ci**: Pin r-lib actions as a workaround for latest action updates (#2051)
- **csharp/src/Drivers/BigQuery**: update BigQuery documents (#2047)
- **go/adbc/driver/snowflake**: split files properly after reaching targetSize
on ingestion (#2026)
-- **c/driver/postgresql**: Ensure schema ordering is consisent and respects
case sensitivity of table names (#2028)
+- **c/driver/postgresql**: Ensure schema ordering is consistent and respects
case sensitivity of table names (#2028)
- **docs**: update broken link (#2016)
- **docs**: correct snowflake options for bulk ingest (#2004)
- **go/adbc/driver/flightsql**: propagate headers in GetObjects (#1996)