mcrumiller commented on issue #2133: URL: https://github.com/apache/arrow-adbc/issues/2133#issuecomment-2432808473
I'm receiving a similar error: ``` Exception has occurred: OperationalError IO: [libpq] ReadHeader failed: Expected PGCOPY signature of 11 bytes at beginning of stream but found -1 bytes of input OSError: [libpq] ReadHeader failed: Expected PGCOPY signature of 11 bytes at beginning of stream but found -1 bytes of input ``` Where can view the logs to help me determine if there's someone wrong on my end? Adding a `LIMIT 10_000` to the end of my query fixes the issue, so either it's a data size problem or there's some bad data in a later record. -- 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]
