davidhcoe commented on code in PR #2672: URL: https://github.com/apache/arrow-adbc/pull/2672#discussion_r2031520480
########## csharp/src/Drivers/Apache/Spark/SparkDatabricksConnection.cs: ########## @@ -15,88 +15,17 @@ * limitations under the License. */ +using System; using System.Collections.Generic; -using System.Threading; -using System.Threading.Tasks; -using Apache.Arrow.Adbc.Drivers.Apache.Spark.CloudFetch; -using Apache.Arrow.Ipc; -using Apache.Hive.Service.Rpc.Thrift; namespace Apache.Arrow.Adbc.Drivers.Apache.Spark { + [Obsolete("Please use the Apache.Arrow.Adbc.Drivers.Databricks.DatabricksConnection instead")] Review Comment: removed in latest PR -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org