davidzollo commented on PR #10983: URL: https://github.com/apache/seatunnel/pull/10983#issuecomment-4591572394
## CI Fix: Replace deprecated field names The **Code style** CI check is failing because `AllFileSpecificationCheckTest` forbids `source_table_name` and `result_table_name` anywhere in the repo. These were replaced by `plugin_input` / `plugin_output` in a previous migration. **Files affected:** - `docs/en/engines/zeta/rest-api-job-lifecycle.md` - `docs/zh/engines/zeta/rest-api-job-lifecycle.md` **Fix (16 occurrences, both files):** ``` s/"result_table_name"/"plugin_output"/g s/"source_table_name"/"plugin_input"/g ``` The fix commit is available at: https://github.com/davidzollo/seatunnel/tree/fix/pr-10983-ci-fix You can apply it with: ```bash git fetch https://github.com/davidzollo/seatunnel fix/pr-10983-ci-fix git cherry-pick FETCH_HEAD ``` -- 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]
