Skip to content

Commit 6fc5218

Browse files
committed
remove negotiation garbage
1 parent f9cea38 commit 6fc5218

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

c/include/arrow-adbc/adbc.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2304,10 +2304,7 @@ AdbcStatusCode AdbcStatementExecuteSchema(struct AdbcStatement* statement,
23042304
/// consistent schema when executing queries against a database
23052305
/// with row-based types (e.g., SQLite) or a database whose types
23062306
/// are implemented with row-based parameters where Arrow prefers
2307-
/// type-level parameters (e.g., NUMERIC for PostgreSQL). Callers
2308-
/// may also use a transformation of the schema provided by
2309-
/// AdbcStatementExecuteSchema to request specific Arrow type
2310-
/// variants such as string views or list views.
2307+
/// type-level parameters (e.g., NUMERIC for PostgreSQL).
23112308
///
23122309
/// The provided schema is a request and not a guarantee (i.e.,
23132310
/// callers must use the schema provided by the output stream to

0 commit comments

Comments
 (0)