ferCancholaCruz opened a new pull request, #1612:
URL: https://github.com/apache/stormcrawler/pull/1612

   This PR refactors parts of the SQL module to use `PreparedStatement` instead 
of SQL string concatenation, in accordance with issue #1611.
   
   ✅ Refactored:
   - `SQLSpout.java`: replaced string-based query building with 
`PreparedStatement`
   - `IndexerBolt.java`: refactored dynamic insert with metadata into a clean, 
safe `PreparedStatement`
   
   ☑️ `StatusUpdaterBolt.java` already used `PreparedStatement` correctly and 
did not require changes.
   
   The module compiles cleanly with `mvn clean install -DskipTests` and follows 
recommended SQL practices.
   
   Closes #1611
   


-- 
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: dev-unsubscr...@stormcrawler.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to