terrymanu commented on a change in pull request #15757:
URL: https://github.com/apache/shardingsphere/pull/15757#discussion_r822477768
##########
File path:
shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/java/org/apache/shardingsphere/test/integration/framework/param/array/ParameterizedArrayGenerator.java
##########
@@ -82,7 +82,9 @@
final DatabaseType databaseType, final SQLCommandType sqlCommandType) {
Collection<AssertionParameterizedArray> result = new LinkedList<>();
for (SQLExecuteType each : SQLExecuteType.values()) {
- result.addAll(getAssertionParameterizedArray(testCaseContext,
databaseType, each, sqlCommandType));
+ if (!sqlCommandType.isLiteralOnly() || SQLExecuteType.Literal ==
each) {
Review comment:
Should `SQLExecuteType.Literal == each` be `SQLExecuteType.Literal !=
each`?
--
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]