You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/docs/dev/table/sql/queries/hints.md
+25
Original file line number
Diff line number
Diff line change
@@ -369,6 +369,14 @@ The LOOKUP hint allows users to suggest the Flink optimizer to:
369
369
<td>N/A</td>
370
370
<td>max attempt number of the 'fixed_delay' strategy</td>
371
371
</tr>
372
+
<tr>
373
+
<td>shuffle</td>
374
+
<td>shuffle</td>
375
+
<td>N</td>
376
+
<td>boolean</td>
377
+
<td>false</td>
378
+
<td>whether to enable custom lookup shuffle, which allows the lookup source to decide input data distribution and to optimize lookup strategy accordingly</td>
379
+
</tr>
372
380
</tbody>
373
381
</table>
374
382
@@ -464,6 +472,23 @@ If the lookup source only has one capability, then the 'async' mode option can b
0 commit comments