Description
Currently, JDBCV2Suite have many test cases check the push-down information looks not clean.
For example,
checkPushedInfo(df,
"PushedFilters: [DEPT IS NOT NULL, DEPT > 1], PushedLimit: LIMIT 1, ")
If we change it to below looks better.
checkPushedInfo(df, "PushedFilters: [DEPT IS NOT NULL, DEPT > 1]", "PushedLimit: LIMIT 1")