collado-mike commented on code in PR #193:
URL: https://github.com/apache/polaris/pull/193#discussion_r1731610570
##########
polaris-core/src/main/java/io/polaris/core/storage/PolarisStorageConfigurationInfo.java:
##########
@@ -171,11 +177,38 @@ public static Optional<PolarisStorageConfigurationInfo>
forEntityPath(
LOGGER.debug(
"Allowing unstructured table location for entity: {}",
entityPathReversed.get(0).getName());
- return configInfo;
+ return
userSpecifiedWriteLocations(entityPathReversed.get(0).getPropertiesAsMap())
Review Comment:
Hmm, yeah I think we can just always add the `StorageConfigurationOverride`
with the empty `locs` if not set
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]