Skip to content

Commit 1dcc929

Browse files
committed
Update document.
1 parent 3eb74d6 commit 1dcc929

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/sql-programming-guide.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1371,7 +1371,10 @@ the Data Sources API. The following options are supported:
13711371
<td>
13721372
These options must all be specified if any of them is specified. They describe how to
13731373
partition the table when reading in parallel from multiple workers.
1374-
<code>partitionColumn</code> must be a numeric column from the table in question.
1374+
<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.
13751378
</td>
13761379
</tr>
13771380
</table>

0 commit comments

Comments
 (0)