kevinjqliu commented on PR #1010:
URL: 
https://github.com/apache/datafusion-python/pull/1010#issuecomment-2643430035

   Interesting... CI was previously passing when using the branch-45 commit 
hash...
   
   `test_string_functions` errors on comparison
   
https://github.com/apache/datafusion-python/blob/93ac6a820353b3ddea014be1eddad8bd004b0fce/python/tests/test_functions.py#L748
   
   testing locally, 
   ```
   (Pdb) result.column(0)
   <pyarrow.lib.ListArray object at 0x104723880>
   [
     [
       "ell"
     ],
     [
       "orl"
     ],
     null
   ]
   (Pdb) expected_result
   <pyarrow.lib.ListArray object at 0x1041c8d00>
   [
     [
       "ell"
     ],
     [
       "orl"
     ],
     null
   ]
   (Pdb) type(expected_result)
   <class 'pyarrow.lib.ListArray'>
   ```
   
   It seems like the `==` is using comparing the pointers instead of ListArray 
values


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

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