Yicong-Huang opened a new issue, #7135: URL: https://github.com/apache/texera/issues/7135
### Task Summary Two GUI config flags are still defined and sent to the frontend but read by nobody — they were left behind when their consuming code was removed. `autoAttributeCorrectionEnabled` lost its consumer when the schema auto-correct service was deleted (#2578), yet it still defaults to true. `expirationTimeInMinutes` lost its only reader when token refresh was removed for security (#3765); the frontend now derives session expiry from the JWT itself. Both flags still travel the whole config chain — backend definition, config parser, the REST config endpoint, the frontend interface, and the mock — while gating nothing. Remove the dead definitions across every layer so the config surface reflects what the app actually reads. ### Task Type - [x] Refactor / Cleanup -- 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]
