jeremyosterhoudt commented on code in PR #36079:
URL: https://github.com/apache/arrow/pull/36079#discussion_r1266046613


##########
csharp/src/Apache.Arrow.Flight/Server/FlightServer.cs:
##########
@@ -14,15 +14,25 @@
 // limitations under the License.
 
 using System;
-using System.Collections.Generic;
-using System.Text;
 using System.Threading.Tasks;
+using Apache.Arrow.Flight.Sql;
 using Grpc.Core;
 
 namespace Apache.Arrow.Flight.Server
 {
     public abstract class FlightServer
     {
+#if NET6_0_OR_GREATER
+        public FlightSqlProducer SqlProducer { init; protected internal get; }
+#else
+        protected internal FlightSqlProducer SqlProducer { get; }
+#endif

Review Comment:
   Please see the next comment.  Will work on refactoring this.



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