cmettler commented on code in PR #45753:
URL: https://github.com/apache/arrow/pull/45753#discussion_r1994108025


##########
csharp/src/Apache.Arrow.Flight/FlightInfo.cs:
##########
@@ -38,15 +38,19 @@ internal FlightInfo(Protocol.FlightInfo flightInfo)
 
             TotalBytes = flightInfo.TotalBytes;
             TotalRecords = flightInfo.TotalRecords;
+            Ordered = flightInfo.Ordered;
+            AppMetadata = flightInfo.AppMetadata;
         }
 
-        public FlightInfo(Schema schema, FlightDescriptor descriptor, 
IReadOnlyList<FlightEndpoint> endpoints, long totalRecords = -1, long 
totalBytes = -1)
+        public FlightInfo(Schema schema, FlightDescriptor descriptor, 
IReadOnlyList<FlightEndpoint> endpoints, long totalRecords = -1, long 
totalBytes = -1, bool ordered = false, ByteString appMetadata=null)

Review Comment:
   Yes Sure! Sorry for that, I am not a daily C# coder, and I need to warm up.



-- 
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]

Reply via email to