public static AdHocPlannedStmtBatch mockStatementBatch(long replySiteId, String sql,
Object[] extractedValues, VoltType[] paramTypes,
Object[] userParams, int partitionParamIndex) {
// Mock up a dummy completion handler to satisfy the dummy work request.
AsyncCompilerWorkCompletionHandler dummyHandler = new AsyncCompilerWorkCompletionHandler() {
@Override
public void onCompletion(AsyncCompilerResult result) {
System.out.println("Hmm. Never expected to call this dummy handler.");
}