OleMussmann opened a new issue, #936:
URL: https://github.com/apache/arrow-adbc/issues/936

   `GetObjects` on the following table
   
   ```
   CREATE TABLE album(
     albumartist TEXT,
     PRIMARY KEY(albumartist)
   );
   
   CREATE TABLE song(
     songartist TEXT,
     FOREIGN KEY(songartist) REFERENCES album(albumartist)
   );
   ```
   fails with
   ```
   ADBC_STATUS_INTERNAL (9): ArrowArrayFinishElement(table_constraints_items) 
failed: (22) Invalid argument
   Detail: /adbc/c/driver/sqlite/sqlite.c:546
   ```
   | Software | Version |
   |---|---|
   | adbc-driver-manager | 0.5.1 |
   | adbc-driver-sqlite | 0.5.1|
   | arrow | 1.2.3 |
   | pyarrow | 12.0.1 |
   | Python | 3.11.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