ebyhr commented on PR #3638:
URL: https://github.com/apache/iceberg-python/pull/3638#issuecomment-4940208532

   ```
   =========================== short test summary info 
============================
   FAILED 
tests/integration/test_reads.py::test_ray_all_types[session_catalog_hive] - 
AssertionError: assert False
    +  where False = equals(   longCol  intCol  ...  arrayCol                   
                       structCol\n0        0       0  ...       [0]  {'mapCol': 
[(0, Decimal('0.00'))], 'arrayCol':...\n1        1       1  ...       [1]  
{'mapCol': [(1, Decimal('1.00'))], 'arrayCol':...\n2        4       4  ...      
 [4]  {'mapCol': [(4, Decimal('4.00'))], 'arrayCol':...\n3        2       2  
...       [2]  {'mapCol': [(2, Decimal('2.00'))], 'arrayCol':...\n4        3    
   3  ...       [3]  {'mapCol': [(3, Decimal('3.00'))], 'arrayCol':...\n\n[5 
rows x 15 columns])
    +    where equals =    longCol  intCol  ...  arrayCol                       
          structCol\n0        0       0  ...       [0]  {'mapCol': [(0, 0.00)], 
'arrayCol': [0]}\n1        1       1  ...       [1]  {'mapCol': [(1, 1.00)], 
'arrayCol': [1]}\n2        4       4  ...       [4]  {'mapCol': [(4, 4.00)], 
'arrayCol': [4]}\n3        2       2  ...       [2]  {'mapCol': [(2, 2.00)], 
'arrayCol': [2]}\n4        3       3  ...       [3]  {'mapCol': [(3, 3.00)], 
'arrayCol': [3]}\n\n[5 rows x 15 columns].equals
    +    and      longCol  intCol  ...  arrayCol                                
          structCol\n0        0       0  ...       [0]  {'mapCol': [(0, 
Decimal('0.00'))], 'arrayCol':...\n1        1       1  ...       [1]  
{'mapCol': [(1, Decimal('1.00'))], 'arrayCol':...\n2        4       4  ...      
 [4]  {'mapCol': [(4, Decimal('4.00'))], 'arrayCol':...\n3        2       2  
...       [2]  {'mapCol': [(2, Decimal('2.00'))], 'arrayCol':...\n4        3    
   3  ...       [3]  {'mapCol': [(3, Decimal('3.00'))], 'arrayCol':...\n\n[5 
rows x 15 columns] = to_pandas()
    +      where to_pandas = shape: (5, 
15)\n╭─────────┬────────┬──────────┬───────────┬─────────────┬───────────────────────────┬────────────┬────────────┬─────────────────────────────────────┬─────────┬───────────────────┬──────────┬───────────────────────────────┬──────────────────────┬──────────────────────────────────────────╮\n│
 longCol ┆ intCol ┆ floatCol ┆ doubleCol ┆ dateCol     ┆ timestampCol     
          ┆ stringCol  ┆ booleanCol ┆ binaryCol                           ┆ 
byteCol ┆ decimalCol        ┆ shortCol ┆ mapCol                        ┆ 
arrayCol             ┆ structCol                                │\n│ ---     ┆ 
---    ┆ ---      ┆ ---       ┆ ---         ┆ ---                       ┆ ---   
     ┆ ---        ┆ ---                                 ┆ ---     ┆ ---         
      ┆ ---      ┆ ---                           ┆ ---                  ┆ ---   
                                   │\n│ int64   ┆ int32  ┆ float    ┆ double    
┆ date32[day] ┆ timestamp[us, tz=UTC]     ┆ string     ┆ bool       ┆ binary    
                          ┆ int32   ┆ decimal128(10, 2) ┆ int32    ┆ map<int64, 
decimal128(10, 2)> ┆ list<element: int64> ┆ struct<mapCol: map<int64, 
decimal128(10… │\n╞═════════╪════════╪═══════...al('1.00'))], 'arr… │\n│ 4
        ┆ 4      ┆ 4.0      ┆ 4.0       ┆ 2026-07-11  ┆ 2026-07-11 
00:00:00+00:00 ┆ 2026-07-11 ┆ False      ┆ b'\x00\x00\x00\x00\x00\x00\x00\x04' 
┆ 4       ┆ 4.00              ┆ 4        ┆ [(4, Decimal('4.00'))]        ┆ [4]  
                ┆ {'mapCol': [(4, Decimal('4.00'))], 'arr… │\n│ 2       ┆ 2     
 ┆ 2.0      ┆ 2.0       ┆ 2026-07-11  ┆ 2026-07-11 00:00:00+00:00 ┆ 2026-07-11 
┆ False      ┆ b'\x00\x00\x00\x00\x00\x00\x00\x02' ┆ 2       ┆ 2.00             
 ┆ 2        ┆ [(2, Decimal('2.00'))]        ┆ [2]                  ┆ {'mapCol': 
[(2, Decimal('2.00'))], 'arr… │\n│ 3       ┆ 3      ┆ 3.0      ┆ 3.0       ┆ 
2026-07-11  ┆ 2026-07-11 00:00:00+00:00 ┆ 2026-07-11 ┆ False      ┆ 
b'\x00\x00\x00\x00\x00\x00\x00\x03' ┆ 3       ┆ 3.00              ┆ 3        ┆ 
[(3, Decimal('3.00'))]        ┆ [3]                  ┆ {'mapCol': [(3, 
Decimal('3.00'))], 'arr… │\n╰─────────
 
┴────────┴──────────┴───────────┴─────────────┴───────────────────────────┴────────────┴────────────┴─────────────────────────────────────┴─────────┴───────────────────┴──────────┴───────────────────────────────┴──────────────────────┴──────────────────────────────────────────╯\n(Showing
 5 of 5 rows).to_pandas
   !!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures 
!!!!!!!!!!!!!!!!!!!!!!!!!!!
   ==== 1 failed, 442 passed, 70 skipped, 3902 deselected in 116.48s (0:01:56) 
====
   ```


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to