CurtHagenlocher commented on code in PR #1192: URL: https://github.com/apache/arrow-adbc/pull/1192#discussion_r1367799398
########## csharp/src/Drivers/BigQuery/Apache.Arrow.Adbc.Drivers.BigQuery.csproj: ########## @@ -0,0 +1,15 @@ +<Project Sdk="Microsoft.NET.Sdk"> + <PropertyGroup> + <TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks> + </PropertyGroup> + <ItemGroup> + <PackageReference Include="Apache.Arrow.Flight" Version="12.0.0" /> Review Comment: The reference to Flight is a little surprising. Is this required? -- 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]
