csNitishBhardwaj opened a new issue, #12442: URL: https://github.com/apache/iceberg/issues/12442
### Apache Iceberg version 1.5.0 ### Query engine Spark ### Please describe the bug 🐞 val partition_m_y = s""" CREATE TABLE IF NOT EXISTS bootcamp.matches_part_m_y ( match_id STRING, is_team_game BOOLEAN, playlist_id STRING, completion_date TIMESTAMP ) USING iceberg PARTITIONED BY (year(completion_date), month(completion_date)); """ spark.sql(partition_m_y) ### Willingness to contribute - [ ] I can contribute a fix for this bug independently - [x] I would be willing to contribute a fix for this bug with guidance from the Iceberg community - [ ] I cannot contribute a fix for this bug at this time -- 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: issues-unsubscr...@iceberg.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org