CurtHagenlocher commented on code in PR #2959:
URL: https://github.com/apache/arrow-adbc/pull/2959#discussion_r2157400869
##########
csharp/src/Drivers/Databricks/DatabricksStatement.cs:
##########
@@ -495,12 +495,12 @@ private QueryResult EmptyCrossReferenceResult()
new Field("FKTABLE_SCHEM", StringType.Default, true),
new Field("FKTABLE_NAME", StringType.Default, true),
new Field("FKCOLUMN_NAME", StringType.Default, true),
- new Field("KEY_SEQ", Int16Type.Default, true),
- new Field("UPDATE_RULE", Int16Type.Default, true),
- new Field("DELETE_RULE", Int16Type.Default, true),
+ new Field("KEQ_SEQ", Int32Type.Default, true),
Review Comment:
This column name will never not make me crack up while simultaneously
saddening me :/.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]