shoemoney opened a new pull request, #29019:
URL: https://github.com/apache/flink/pull/29019

   Fixes planner test compilation failure.
   
   **Bug:** `flink-table/flink-table-planner/pom.xml` at line 176 has no 
dependency on `flink-table-code-splitter`, but `JsonParseReuseTest.java:32` 
imports `org.apache.flink.table.codesplit.JavaCodeSplitter`. Any `mvn 
-Dtest=CreateConnectionITCase` invocation fails to compile the test sources.
   
   **Fix:** Add test-scoped dependency on `flink-table-code-splitter` in 
`flink-table/flink-table-planner/pom.xml`.
   
   **Evidence:** RED verified by stashing the fix and confirming `grep -c 
flink-table-code-splitter` is 0 while the import remains. GREEN verified after 
restoring the fix count is 1. Diff is 7 insertions in one file.
   
   Written in conjunction with my pair programmer Claude.


-- 
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]

Reply via email to