DhiyaneshwaranR commented on PR #17145: URL: https://github.com/apache/dolphinscheduler/pull/17145#issuecomment-2816325077
Hi @chaz6chez @SbloodyS 👋 This PR addresses issue [#17040](https://github.com/apache/dolphinscheduler/issues/17040) by correctly handling PostgreSQL `DO $$...$$;` blocks that were being split incorrectly by Druid. - It introduces a dollar-quote-aware SQL splitter in `PostgreSQLDataSourceProcessor` - Semicolons inside PL/pgSQL blocks are now preserved properly - Regular multi-statement SQL still works as expected - Unit tests and manual verification via the UI have been added ✅ Please have a look when you get time. Would love your feedback 🙌 -- 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]
