We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec51e95 commit 19242bcCopy full SHA for 19242bc
csharp/src/Drivers/Databricks/DatabricksConnection.cs
@@ -193,7 +193,7 @@ private void ValidateProperties()
193
if (!string.IsNullOrWhiteSpace(defaultCatalog) || !string.IsNullOrWhiteSpace(defaultSchema))
194
{
195
var ns = new TNamespace();
196
- if (!string.IsNullOrWhiteSpace(defaultSchema))
+ if (!string.IsNullOrWhiteSpace(defaultCatalog))
197
ns.CatalogName = defaultCatalog!;
198
if (!string.IsNullOrWhiteSpace(defaultSchema))
199
ns.SchemaName = defaultSchema;
0 commit comments