mixermt opened a new issue, #2045:
URL: https://github.com/apache/datafusion-comet/issues/2045

   ### What is the problem the feature request solves?
   
   Right now there is no option to insert to Iceberg tables 
   
   ```
   starrocks> CREATE TABLE iceberg_catalog.test_schema.test_table (
               type string,
               userId string,
               sessionId string,
               ts DATETIME
           )
           PARTITION BY (ts)
   starrocks> INSERT INTO iceberg_catalog.test_schema.test_table(type, userId, 
sessionId, ts) VALUES ("test", "1", "2", now())
   [42000][1064] Getting analyzing error. Detail message: Unsupported partition 
column type [DATETIME] for ICEBERG table sink.
   ```
   
   In my opinion this is really basic feature that should be supported. 
   
   I can try to contribute if people will point to relevant code path. 
   
   ### Describe the potential 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: github-unsubscr...@datafusion.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to