Re: getting MERGE INTO TABLE is not supported temporarily.

2021-01-29 Thread ismail simsek
:09 AM ismail simsek > wrote: > > > Hi all > > > > congratulations all for the new release 11, Im trying to create SCD 2 > > table using new MERGE INTO feature > > but getting "MERGE INTO TABLE is not supported temporarily." error cant > > see wh

Re: getting MERGE INTO TABLE is not supported temporarily.

2021-01-29 Thread Ryan Blue
; Hi all > > congratulations all for the new release 11, Im trying to create SCD 2 > table using new MERGE INTO feature > but getting "MERGE INTO TABLE is not supported temporarily." error cant > see what is wrong > > using spark 3.1.1 and iceberg 0.11.0 > full code is here : &

getting MERGE INTO TABLE is not supported temporarily.

2021-01-29 Thread ismail simsek
Hi all congratulations all for the new release 11, Im trying to create SCD 2 table using new MERGE INTO feature but getting "MERGE INTO TABLE is not supported temporarily." error cant see what is wrong using spark 3.1.1 and iceberg 0.11.0 full code is here : https://github.com/is