Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
birschick-bq committed Dec 12, 2024
1 parent 7a61612 commit b12ce24
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions csharp/test/Drivers/Apache/Common/BinaryBooleanValueTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@ await ValidateInsertSelectDeleteTwoValuesAsync(
[InlineData("CAST(NULL AS CHAR(10))")]
[InlineData("CAST(NULL AS BOOLEAN)")]
[InlineData("CAST(NULL AS BINARY)")]
//[InlineData("CAST(NULL AS MAP<STRING, INT>)")]
//[InlineData("CAST(NULL AS STRUCT<NAME: STRING>)")]
//[InlineData("CAST(NULL AS ARRAY<INT>)")]
public virtual async Task TestNullData(string projectionClause)
{
string selectStatement = $"SELECT {projectionClause};";
Expand Down

0 comments on commit b12ce24

Please sign in to comment.