Debugging
On this page
SQL Pushdown Debugging
Use df.
to show which parts of a query are being pushed down.true
, you get more information in the output, including pre- and post-optimization passes.
Other
In addition, the singlestore-spark-connector
outputs a lot of helpful information when the TRACE
log level is enabled for the com.
package.log4j.
.
Last modified: February 10, 2022