mirror of https://github.com/apache/druid.git
max row limit is necessary is connector is setup for streaming (#3635)
This commit is contained in:
parent
89d9c61894
commit
0e269ce72a
|
@ -559,6 +559,7 @@ public class SQLMetadataSegmentManager implements MetadataSegmentManager
|
|||
)
|
||||
)
|
||||
.setFetchSize(connector.getStreamingFetchSize())
|
||||
.setMaxRows(limit)
|
||||
.bind("dataSource", dataSource)
|
||||
.bind("start", interval.getStart().toString())
|
||||
.bind("end", interval.getEnd().toString())
|
||||
|
|
Loading…
Reference in New Issue