CurtHagenlocher commented on code in PR #3392:
URL: https://github.com/apache/arrow-adbc/pull/3392#discussion_r2320143902
##########
csharp/src/Drivers/Apache/Spark/SparkStandardConnection.cs:
##########
@@ -219,6 +219,6 @@ internal override IArrowArrayStream NewReader<T>(T
statement, Schema schema, IRe
public override string AssemblyVersion => s_assemblyVersion;
- protected override int ColumnMapIndexOffset => 0;
+ protected override int ColumnMapIndexOffset => 1;
Review Comment:
Can this be moved to `SparkConnection` and removed from both here and
`SparkHttpConnection`?
--
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]