@@ -1076,7 +1076,7 @@ public File submitGenericUDF(String namespace, GenericUDF udf, String acceptEnco
1076
1076
* @param namespace namespace array is in (an organization name or user's username) (required)
1077
1077
* @param udf UDF to run (required)
1078
1078
* @param acceptEncoding Encoding to use (optional)
1079
- * @return ApiResponse<File >
1079
+ * @return ApiResponse<String >
1080
1080
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
1081
1081
* @http.response.details
1082
1082
<table summary="Response Details" border="1">
@@ -1097,7 +1097,7 @@ public ApiResponse<String> submitGenericUDFWithHttpInfoString(String namespace,
1097
1097
* @param namespace namespace array is in (an organization name or user's username) (required)
1098
1098
* @param udf UDF to run (required)
1099
1099
* @param acceptEncoding Encoding to use (optional)
1100
- * @return File
1100
+ * @return String
1101
1101
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
1102
1102
* @http.response.details
1103
1103
<table summary="Response Details" border="1">
@@ -1158,7 +1158,7 @@ public byte[] submitGenericUDFBytes(String namespace, GenericUDF udf, String acc
1158
1158
* @param namespace namespace array is in (an organization name or user's username) (required)
1159
1159
* @param udf UDF to run (required)
1160
1160
* @param acceptEncoding Encoding to use (optional)
1161
- * @return ApiResponse<File >
1161
+ * @return ApiResponse<byte[] >
1162
1162
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
1163
1163
* @http.response.details
1164
1164
<table summary="Response Details" border="1">
@@ -1179,7 +1179,7 @@ public ApiResponse<byte[]> submitGenericUDFWithHttpInfoBytes(String namespace, G
1179
1179
* @param namespace namespace array is in (an organization name or user's username) (required)
1180
1180
* @param udf UDF to run (required)
1181
1181
* @param acceptEncoding Encoding to use (optional)
1182
- * @return list< Object>
1182
+ * @return Object
1183
1183
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
1184
1184
* @http.response.details
1185
1185
<table summary="Response Details" border="1">
@@ -1199,7 +1199,7 @@ public Object submitGenericUDFObj(String namespace, GenericUDF udf, String accep
1199
1199
* @param namespace namespace array is in (an organization name or user's username) (required)
1200
1200
* @param udf UDF to run (required)
1201
1201
* @param acceptEncoding Encoding to use (optional)
1202
- * @return ApiResponse<File >
1202
+ * @return ApiResponse<Object >
1203
1203
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
1204
1204
* @http.response.details
1205
1205
<table summary="Response Details" border="1">
@@ -1387,7 +1387,7 @@ public String submitMultiArrayUDFString(String namespace, MultiArrayUDF udf, Str
1387
1387
* @param namespace namespace array is in (an organization name or user's username) (required)
1388
1388
* @param udf UDF to run (required)
1389
1389
* @param acceptEncoding Encoding to use (optional)
1390
- * @return ApiResponse<File >
1390
+ * @return ApiResponse<String >
1391
1391
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
1392
1392
* @http.response.details
1393
1393
<table summary="Response Details" border="1">
@@ -1428,7 +1428,7 @@ public byte[] submitMultiArrayUDFBytes(String namespace, MultiArrayUDF udf, Stri
1428
1428
* @param namespace namespace array is in (an organization name or user's username) (required)
1429
1429
* @param udf UDF to run (required)
1430
1430
* @param acceptEncoding Encoding to use (optional)
1431
- * @return ApiResponse<File >
1431
+ * @return ApiResponse<byte[] >
1432
1432
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
1433
1433
* @http.response.details
1434
1434
<table summary="Response Details" border="1">
@@ -1646,7 +1646,7 @@ public String submitUDFString(String namespace, String array, MultiArrayUDF udf,
1646
1646
* @param xPayer Name of organization or user who should be charged for this request (optional)
1647
1647
* @param acceptEncoding Encoding to use (optional)
1648
1648
* @param v2 flag to indicate if v2 array UDFs should be used, currently in beta testing. Setting any value will enable v2 array UDFs. (optional)
1649
- * @return ApiResponse<File >
1649
+ * @return ApiResponse<String >
1650
1650
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
1651
1651
* @http.response.details
1652
1652
<table summary="Response Details" border="1">
@@ -1693,7 +1693,7 @@ public byte[] submitUDFBytes(String namespace, String array, MultiArrayUDF udf,
1693
1693
* @param xPayer Name of organization or user who should be charged for this request (optional)
1694
1694
* @param acceptEncoding Encoding to use (optional)
1695
1695
* @param v2 flag to indicate if v2 array UDFs should be used, currently in beta testing. Setting any value will enable v2 array UDFs. (optional)
1696
- * @return ApiResponse<File >
1696
+ * @return ApiResponse<byte[] >
1697
1697
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
1698
1698
* @http.response.details
1699
1699
<table summary="Response Details" border="1">
0 commit comments