Any examples nif these scenarios wap or branch and merge support On Fri, May 26, 2023, 3:14 AM Russell Spitzer <[email protected]> wrote:
> We also have branch and merge support, which may be a bit easier to use > > > On May 25, 2023, at 4:33 PM, Anton Okolnychyi > <[email protected]> wrote: > > > > Unfortunately, Spark SQL does not have an API for transactions. However, > you may use Iceberg WAP to stage multiple changes and commit them as a > single Iceberg transaction. > > > > - Anton > > > >> On May 25, 2023, at 12:49 PM, Gaurav Agarwal <[email protected]> > wrote: > >> > >> Hi > >> > >> We want to delete and insert rows in iceberg in one transaction and we > are using spark SQL to execute delet e queries is there a way we can use it > or implement in our application. > >> > >> I see somewhere dynamo db manager in your code will that help > >> > >> Thanks > > > >
