Skip to content

Commit

Permalink
chore: clean up redundant namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
HackPoint committed Dec 23, 2024
1 parent 589fb12 commit e124151
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 59 deletions.
54 changes: 0 additions & 54 deletions csharp/src/Apache.Arrow.Flight.Sql/ChannelReaderStreamAdapter.cs

This file was deleted.

5 changes: 0 additions & 5 deletions csharp/src/Apache.Arrow.Flight.Sql/PreparedStatement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,14 @@

using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Apache.Arrow.Flight.Server;
using Apache.Arrow.Flight.Sql.Client;
using Apache.Arrow.Ipc;
using Arrow.Flight.Protocol.Sql;
using Google.Protobuf;
using Grpc.Core;
using System.Threading.Channels;
using Google.Protobuf.WellKnownTypes;

namespace Apache.Arrow.Flight.Sql;

Expand Down

0 comments on commit e124151

Please sign in to comment.