bobbai00 commented on issue #3720: URL: https://github.com/apache/texera/issues/3720#issuecomment-3272870941
The logic of retrieving domain name is in this file: https://github.com/apache/texera/blob/main/core/config/src/main/scala/edu/uci/ics/texera/config/UserSystemConfig.scala , which is the correct way as it can adaptively retrieve actual value from either environment variable or config file. However, PR #3548 looks problematic because it came up with a different logic of retrieving the domain name, and can only retrieve the value from the config file, not the environmental variable. Changing it to use the correct logic should fix the problem -- 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]
