giucris opened a new pull request, #7607: URL: https://github.com/apache/iceberg/pull/7607
Hi everyone. Here a proposal to add on Iceberg an IcebergMergeInto dsl. closes #3665 **What has been added** A scala/java MergeInto Iceberg API. **What has been removed?** Nothing **What has benn changed?** * A test utility method to easily create Dataset, previously it was a private ones **What is missing** * Add to other spark versions * Complete other test cases * Docs enhancement **How it was developed** * A new scala class has been added inside spark extensions. A simple builder that generates and execute an UnresolvedMergeIntoIcebergTable. The same one that is intercepted and rewritten during the execution of standard sql queries. **How it was tested** * The same TestMerge tests were duplicated for test merge api -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
