Description
Commands are eagerly executed after analysis phase, while other queries are executed after planning planning. Users of Spark need to understand time spent prior to execution. Currently, they need to understand the difference between these 2 modes. Add a callback after query planning is completed that can be used for such use.