alamb commented on issue #10511: URL: https://github.com/apache/datafusion/issues/10511#issuecomment-2116051494
@samuelcolvin can you share the query plan for this query? Specifically what is the output of this query? ```sql explain select span_name from records order by bit_length(attributes) desc limit 20 ``` I would also not expect it to consume 20GB of memory -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
