CurtHagenlocher commented on PR #3747: URL: https://github.com/apache/arrow-adbc/pull/3747#issuecomment-3603970204
I'm keeping this open to remind me to investigate the error ``` Error: /Users/runner/work/arrow-adbc/arrow-adbc/csharp/src/Drivers/BigQuery/BigQueryConnection.cs(319,46): error CS0618: 'GoogleCredential.FromJson(string)' is obsolete: 'This method is being deprecated because of a potential security risk. Use the methods in the CredentialFactory class instead. A GoogleCredential object can then be created by calling the .ToGoogleCredential() method on the returned specific credential. ' [/Users/runner/work/arrow-adbc/arrow-adbc/csharp/src/Drivers/BigQuery/Apache.Arrow.Adbc.Drivers.BigQuery.csproj::TargetFramework=netstandard2.0] ``` because if there's a more secure API then we should switch to it now even if we don't update the dependency. (And if there's not, then we will want to understand whether or not the security risk makes it worth upgrading.) -- 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]
