We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb74d6 commit 1dcc929Copy full SHA for 1dcc929
docs/sql-programming-guide.md
@@ -1371,7 +1371,10 @@ the Data Sources API. The following options are supported:
1371
<td>
1372
These options must all be specified if any of them is specified. They describe how to
1373
partition the table when reading in parallel from multiple workers.
1374
- <code>partitionColumn</code> must be a numeric column from the table in question.
+ <code>partitionColumn</code> must be a numeric column from the table in question. Notice
1375
+ that <code>lowerBound</code> and <code>upperBound</code> are just used to decide the
1376
+ partition stride, not for filtering the rows in table. So all rows in the table will be
1377
+ partitioned and returned.
1378
</td>
1379
</tr>
1380
</table>
0 commit comments