We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c417dc7 commit d029dd2Copy full SHA for d029dd2
databricks-sdk-java/src/main/java/com/databricks/sdk/core/ConfigLoader.java
@@ -135,8 +135,7 @@ static void loadFromConfig(DatabricksConfig cfg) throws IllegalAccessException {
135
* @return a two-element array: [profileName, "true"/"false" for isFallback]
136
* @throws DatabricksException if the resolved profile is the reserved __settings__ section
137
*/
138
- static String[] resolveProfile(
139
- String requestedProfile, INIConfiguration ini, String configFile) {
+ static String[] resolveProfile(String requestedProfile, INIConfiguration ini, String configFile) {
140
if (!isNullOrEmpty(requestedProfile)) {
141
if (SETTINGS_SECTION.equals(requestedProfile)) {
142
throw new DatabricksException(
0 commit comments