CurtHagenlocher commented on code in PR #2672:
URL: https://github.com/apache/arrow-adbc/pull/2672#discussion_r2031443204


##########
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:
   I think we can just delete the class: it's internal and so was never exposed 
publicly, and there's no way to create it now without Reflection.



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