ywc88 commented on PR #964:
URL: https://github.com/apache/arrow-adbc/pull/964#issuecomment-1668691940

   > Hmm, it seems to have broken one of the examples. Does 
python/recipe/postgresql_create_append_table.py work for you?
   
   I get:
   ```
   Traceback (most recent call last):
     File 
"/Users/ywc/VoDa/arrow-adbc/docs/source/python/recipe/postgresql_create_append_table.py",
 line 59, in <module>
       assert cur.fetchone() == (4,)
              ^^^^^^^^^^^^^^^^^^^^^^
   AssertionError
   ```
   
   On both v10 and v11 (the example segfaults as expected in v10 on main).  
I'll take a look as to why `cur.fetchone()` is returning `None` instead of 
`(4,)`.


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

Reply via email to