@@ -81,7 +81,7 @@ private HttpURLConnection getConnection(String urlStr, String label) throws IOEx
81
81
82
82
conn .addRequestProperty ("label" , label );
83
83
conn .addRequestProperty ("max_filter_ratio" , "1.0" );
84
- conn .addRequestProperty ("columns" , "queryId,timestamp,queryType,clientIp,user,authorizedUser,resourceGroup,catalog,db,state,errorCode,queryTime,scanBytes,scanRows,returnRows,cpuCostNs,memCostBytes,stmtId,isQuery,feIp,stmt,digest,planCpuCosts,planMemCosts,pendingTimeMs,candidateMVs,hitMvs" );
84
+ conn .addRequestProperty ("columns" , "queryId,timestamp,queryType,clientIp,user,authorizedUser,resourceGroup,catalog,db,state,errorCode,queryTime,scanBytes,scanRows,returnRows,cpuCostNs,memCostBytes,stmtId,isQuery,feIp,stmt,digest,planCpuCosts,planMemCosts,pendingTimeMs,candidateMVs,hitMvs,warehouse " );
85
85
if (!StringUtils .isBlank (this .streamLoadFilter )) {
86
86
conn .addRequestProperty ("where" , streamLoadFilter );
87
87
}
@@ -104,7 +104,7 @@ private String toCurl(HttpURLConnection conn) {
104
104
sb .append ("-H \" " ).append ("where\" :" ).append (streamLoadFilter ).append (" \\ \n " );
105
105
}
106
106
sb .append ("-H \" " ).append ("columns\" :" ).append ("\" queryId, timestamp, queryType, clientIp, user, authorizedUser, resourceGroup, catalog, db, state, errorCode," +
107
- "queryTime, scanBytes, scanRows, returnRows, cpuCostNs, memCostBytes, stmtId, isQuery, feIp, stmt, digest, planCpuCosts, planMemCosts, pendingTimeMs, candidateMVs, hitMvs\" \\ \n " );
107
+ "queryTime, scanBytes, scanRows, returnRows, cpuCostNs, memCostBytes, stmtId, isQuery, feIp, stmt, digest, planCpuCosts, planMemCosts, pendingTimeMs, candidateMVs, hitMvs, warehouse \" \\ \n " );
108
108
sb .append ("\" " ).append (conn .getURL ()).append ("\" " );
109
109
return sb .toString ();
110
110
}
0 commit comments