Hugo-loio commented on issue #38552: URL: https://github.com/apache/arrow/issues/38552#issuecomment-1792231350
I also tried to read just a single column, which only has 10 floats, wouldn't expect that to be a problem. Still had to increase the limits like so ```python limit = 2**31-1 # Maximum value I can choose pq.read_table(filename, columns = ['1'], thrift_string_size_limit = limit, thrift_container_size_limit = limit) ``` It takes a long time (several seconds) to read a column with 10 floats and it uses a bunch of memory as well. -- 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]
