Gianzie opened a new issue, #4245: URL: https://github.com/apache/streampark/issues/4245
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### Java Version jdk11 ### Scala Version 2.12.x ### StreamPark Version 2.0.0 ### Flink Version flink-1.17.2 ### Deploy mode remote ### What happened In JobDetail Tab, Option Time span val is null. Because the opt_log interface does not return without option_time column. So how do we solve?(dev branch) 1: change ({ title: 'Option Time', dataIndex: 'optionTime' } -> { title: 'Create Time', dataIndex: 'createTime' }) 2: ApplicationLog.java add optionTime attr, and modify related files and t_app_log schema. The problem occurred because of this change(#4218) <img width="1511" alt="Image" src="https://github.com/user-attachments/assets/8f7b644b-7e95-4253-8186-02fcb81b1d4d" /> ### Error Exception ```log ``` ### Screenshots _No response_ ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR!(您是否要贡献这个PR?) ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
