Refactor assertCreateTableAsSelect() and assertExplainAnalyze() code#21426
Refactor assertCreateTableAsSelect() and assertExplainAnalyze() code#21426pdabre12 wants to merge 1 commit intoprestodb:masterfrom
Conversation
|
@majetideepak Please review. |
766fada to
d4dc979
Compare
|
@pdabre12 Can you give a motivation for this refactor? Do we ever call |
|
@majetideepak Yes, it will be used in #20936. |
Why do we not want to delete the tables in that PR? |
|
There is a small discussion about this in PR #20936. |
I commented there. Let's add the system property to the NativeQueryRunner in a separate PR. |
|
@majetideepak |
Refactored the assertCreateTableAsSelect() and assertExplainAnalyze() to reduce code duplication.