kz930 commented on PR #8488: URL: https://github.com/apache/texera/pull/8488#issuecomment-5768327208
Even if the filter returns zero rows, the input port still has a declared schema. So the result should be an empty table with the same columns, rather than a table with zero columns. Otherwise, a downstream Sort on age fails simply because the filter happened to match no rows. -- 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]
