FANNG1 opened a new issue, #4757:
URL: https://github.com/apache/gravitino/issues/4757

   ### Describe the feature
   
   trino connector support more Iceberg partitions
   
   ### Motivation
   
   For a table created with non identify partition, trino failed to query the 
data.
   ```
   create table abcd(a int, b int) partitioned by (bucket(2,a))  TBLPROPERTIES 
('format-version'='2', 'write.merge.mode'='merge-on-read', 
'write.delete.mode'='merge-on-read');
   ```
   
   Query 20240829_032202_00093_fk3q7 failed: class 
org.apache.gravitino.rel.expressions.transforms.Transforms$BucketTransform 
cannot be cast to class 
org.apache.gravitino.rel.expressions.transforms.Transform$SingleFieldTransform 
(org.apache.gravitino.rel.expressions.transforms.Transforms$BucketTransform and 
org.apache.gravitino.rel.expressions.transforms.Transform$SingleFieldTransform 
are in unnamed module of loader io.trino.server.PluginClassLoader @366fd3cb)
   
   ### Describe the solution
   
   _No response_
   
   ### Additional context
   
   _No response_


-- 
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]

Reply via email to