Re: REST catalog removes void transform

2024-11-13 Thread Vladimir Ozerov
Hi Rian, This is not a valid use case per-se, but I noted this when tested different catalog implementations with Trino. In Trino, there hundreds of unit tests verifying various non-trivial use cases. What I noticed, is that some catalogs would retain "void" transforms, while the REST catalog expl

Re: REST catalog removes void transform

2024-10-31 Thread rdb...@gmail.com
Vladimir, what is the context in which you want to maintain a partition spec with only void transforms? Is this in a v2 table? In a v2 table, the catalog should be free to remove void transforms. They are required for v1. On Wed, Oct 30, 2024 at 5:00 AM Vladimir Ozerov wrote: > Hi, > > When a us