deepakpanda93 commented on issue #14518: URL: https://github.com/apache/hudi/issues/14518#issuecomment-4966271103
This issue was reviewed as part of the JIRA-migrated backlog triage. Findings: The requested SQL-like update/delete capability is now natively supported through Hudi's Spark SQL DML. `UPDATE <table> SET col = X WHERE ...`, `DELETE FROM <table> WHERE ...`, and `MERGE INTO` are implemented via `UpdateHoodieTableCommand.scala`, `DeleteHoodieTableCommand.scala`, and `MergeIntoHoodieTableCommand.scala` in `hudi-spark-datasource` (registered in `HoodieAnalysis.scala`). This matches the direction maintainers set on this thread — building SQL support under HUDI-1297 — rather than a separate CLI subproject. Closing as done. -- 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]
