Hi Rohit, The details in this video are somewhat out of date by now. Also, as Kevin and Russell have mentioned, you'll need jars from https://repository.apache.org/content/repositories/snapshots/org/apache/iceberg/ and the doc from https://iceberg.apache.org/docs/nightly/encryption/ in order to try the table encryption.
If anything doesn't work, feel free to ping me on the Iceberg slack. Cheers, Gidon On Fri, Jan 30, 2026 at 8:22 PM Kevin Liu <[email protected]> wrote: > oh yea, good point. > I noticed that we dont really have documentation around the nightly build. > Filed an issue for it https://github.com/apache/iceberg/issues/15191 > > On Fri, Jan 30, 2026 at 9:48 AM Russell Spitzer <[email protected]> > wrote: > >> Make sure you are using a nightly build, the code you need is not in a >> fully released Iceberg version yet. Look out for 1.11 >> >> On Fri, Jan 30, 2026 at 11:10 AM Kevin Liu <[email protected]> wrote: >> >>> Hi Rohit, >>> >>> Here's the latest doc on encryption >>> https://iceberg.apache.org/docs/nightly/encryption/?h=encryption >>> >>> >>> On Fri, Jan 30, 2026 at 8:43 AM Rohit .R <[email protected]> >>> wrote: >>> >>>> Hi Team, >>>> >>>> I am trying out the iceberg table encryption using the custom KMS >>>> implementation following the below video, however I am not able see the >>>> encrypted data. >>>> >>>> https://youtu.be/3-NYDmhQU7Q?si=3qYgGtvG5vXqtkxF >>>> >>>> I am not able to figure out where I am going wrong. >>>> >>>> Could anyone help me with this? >>>> >>>> >>>> With Regards >>>> >>>
