Skip to content

Commit

Permalink
Remove obsolete ExtractCell
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-lf committed Apr 25, 2024
1 parent 0124942 commit 8a3cc94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Snowflake.Data.Tests/UnitTests/ArrowResultChunkTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ public void TestUnusedExtractCellThrowsNotSupportedException()
var chunk = new ArrowResultChunk(_recordBatchOne);

Assert.Throws<NotSupportedException>(() => chunk.ExtractCell(0));
Assert.Throws<NotSupportedException>(() => chunk.ExtractCell(0, 0));
}

[Test]
Expand Down

0 comments on commit 8a3cc94

Please sign in to comment.