Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix ShouldReturnEmptyPkFkResult_WorksAsExpected test case
  • Loading branch information
toddmeng-db committed Jul 24, 2025
commit 4ea2f1d32db0d0407f18021cdb69c6e3303e3102
1 change: 0 additions & 1 deletion csharp/test/Drivers/Databricks/E2E/StatementTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,6 @@ private void AssertField(Schema schema, int index, string expectedName, IArrowTy

[Theory]
[InlineData(false, "main", true)]
[InlineData(true, null, true)]
[InlineData(true, "", true)]
[InlineData(true, "SPARK", true)]
[InlineData(true, "hive_metastore", true)]
Expand Down
Loading