nchammas commented on PR #44333: URL: https://github.com/apache/spark/pull/44333#issuecomment-1855319808
My apologies. It looks like I made some mistake trying to run a similar `CREATE TABLE` statement. Your original statement was fine. By the way, if I want to reproduce this log you shared: > ``` > Pushing operators to tableA > Pushed Filters: IsNotNull(dt), IsNotNull(hour) > Post-Scan Filters: (cast(dt#520 as int) = 20231212),(cast(hour#521 as int) = 10) > ``` How do I do that? It's not from the `EXPLAIN` output, it seems. -- 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]
