Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
David Coe committed Oct 13, 2023
1 parent 8f4dd82 commit 4d3949c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<Compile Remove="DateTimeExtension.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Apache.Arrow.Flight" Version="12.0.0" />
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="7.0.0" Condition="'$(TargetFrameworkIdentifier)' == '.NETStandard'" />
Expand Down
2 changes: 1 addition & 1 deletion csharp/test/Drivers/BigQuery/SampleData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace Apache.Arrow.Adbc.Tests.Drivers.BigQuery
internal class SampleData
{
/// <summary>
/// Represnts the first row of data from resources/BigQueryData.sql
/// Represents the first row of data from resources/BigQueryData.sql
/// </summary>
public static List<ColumnNetTypeArrowTypeValue> GetSampleData()
{
Expand Down

0 comments on commit 4d3949c

Please sign in to comment.