Skip to content

Commit

Permalink
Proofread
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrakiburrahman committed Oct 8, 2024
1 parent e24fa48 commit 968d53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DeltaLake/Kernel/Core/Table.cs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ internal DataFrame ReadAsDataFrame()

unsafe
{
# pragma warning disable CA2000 // DataFrames use the RecordBatch, so we don't need to dispose of it
#pragma warning disable CA2000 // DataFrames use the RecordBatch, so we don't need to dispose of it
return DataFrame.FromArrowRecordBatch(this.state.ArrowContext(true)->ToRecordBatch());
#pragma warning restore CA2000
}
Expand Down

0 comments on commit 968d53d

Please sign in to comment.