Skip to content

Commit b405cba

Browse files
committed
remove negotiation garbage
1 parent 9c8c7fb commit b405cba

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

c/include/arrow-adbc/adbc.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2045,10 +2045,7 @@ AdbcStatusCode AdbcStatementExecuteSchema(struct AdbcStatement* statement,
20452045
/// consistent schema when executing queries against a database
20462046
/// with row-based types (e.g., SQLite) or a database whose types
20472047
/// are implemented with row-based parameters where Arrow prefers
2048-
/// type-level parameters (e.g., NUMERIC for PostgreSQL). Callers
2049-
/// may also use a transformation of the schema provided by
2050-
/// AdbcStatementExecuteSchema to request specific Arrow type
2051-
/// variants such as string views or list views.
2048+
/// type-level parameters (e.g., NUMERIC for PostgreSQL).
20522049
///
20532050
/// The provided schema is a request and not a guarantee (i.e.,
20542051
/// callers must use the schema provided by the output stream to

0 commit comments

Comments
 (0)