kpm1985 commented on issue #631: FluoConfiguration should derive table name from application name if not set URL: https://github.com/apache/fluo/issues/631#issuecomment-397852639 I think this was handled but would like to confirm. I think basically it was made so the table name is required. This is the call chain that makes me believe so: https://github.com/apache/fluo/blob/01fc804f5914e6f9f2f4bfed8fc6e3e2701c16dd/modules/api/src/main/java/org/apache/fluo/api/config/FluoConfiguration.java#L264 calls this https://github.com/apache/fluo/blob/01fc804f5914e6f9f2f4bfed8fc6e3e2701c16dd/modules/api/src/main/java/org/apache/fluo/api/config/FluoConfiguration.java#L551-L553 calls this https://github.com/apache/fluo/blob/01fc804f5914e6f9f2f4bfed8fc6e3e2701c16dd/modules/api/src/main/java/org/apache/fluo/api/config/FluoConfiguration.java#L1196-L1204 calls this https://github.com/apache/fluo/blob/01fc804f5914e6f9f2f4bfed8fc6e3e2701c16dd/modules/api/src/main/java/org/apache/fluo/api/config/FluoConfiguration.java#L1184-L1189 This validation is also there: https://github.com/apache/fluo/blob/01fc804f5914e6f9f2f4bfed8fc6e3e2701c16dd/modules/api/src/main/java/org/apache/fluo/api/config/FluoConfiguration.java#L1030-L1035 Hope this is helpful, thanks @ctubbsii !
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
