silence-coding commented on issue #1967: URL: https://github.com/apache/arrow-datafusion/issues/1967#issuecomment-1081355360
When the SQL statement uses the limit statement, if the query result is greater than the limit value, the Execution("channel closed") error occurs. ``` select * from ${tableName} where timestamp>1048196340000 and timestamp<1948287569004 limit 2 ``` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org