Skip to content

Commit

Permalink
Fix uninitialised field error on datalake connector (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsloan authored Dec 4, 2024
1 parent 5e03c59 commit 516928d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ trait CommonConfigDef extends CompressionCodecConfigKeys with AuthModeSettingsCo
)

withAuthModeSettings(cD)
new KcqlSettings(javaConnectorPrefix).withSettings(config)
new KcqlSettings(javaConnectorPrefix).withSettings(cD)
}
}

0 comments on commit 516928d

Please sign in to comment.