Merge 38f9e4a9c0 into d6714bb77a
This commit is contained in:
commit
ca949b18a1
|
|
@ -103,6 +103,6 @@ public enum DbType {
|
|||
* @return
|
||||
*/
|
||||
public boolean isSupportMultipleStatement() {
|
||||
return isHive() || this == DbType.SPARK;
|
||||
return this == DbType.SPARK;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue