sgrebnov commented on code in PR #2961:
URL: https://github.com/apache/arrow-adbc/pull/2961#discussion_r2141229996
##########
csharp/test/Drivers/Interop/FlightSql/FlightSqlData.cs:
##########
@@ -204,5 +206,52 @@ private static SampleDataBuilder GetSQLiteSampleData()
return sampleDataBuilder;
}
+
+ private static SampleDataBuilder GetSpiceAISampleData()
+ {
+ SampleDataBuilder sampleDataBuilder = new SampleDataBuilder();
+
+ sampleDataBuilder.Samples.Add(
+
+ // Primitive types
+ new SampleData()
Review Comment:
Initial version includes basic/primitive types only. There will be separate
PR to include more complex types
--
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]