kevinjqliu opened a new issue, #492:
URL: https://github.com/apache/iceberg-python/issues/492

   ### Apache Iceberg version
   
   main (development)
   
   ### Please describe the bug 🐞
   
   As of [current 
commit](https://github.com/apache/iceberg-python/commit/36b56eb7bbc4cff91e4b9bfdf71ca0a7b8bbee5c)
 3/2/2024
   
   Error log:
   ```
   >           assert spark_partition_for_justification == 
expected_partition_record
   E           assert Record[timestamp_field_hour=464611] == 
Record[timestamp_field_hour=464603]
   E             Full diff:
   E             - Record[timestamp_field_hour=464603]
   E             ?                                 ^^
   E             + Record[timestamp_field_hour=464611]
   E             ?                                 ^^
   
   tests/integration/test_partitioning_key.py:771: AssertionError
   ```
   
   Reproduce:
   ```
   git checkout main
   git pull
   make test-integration
   ```
   
   Possibly related to #453
   


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

Reply via email to