mirror of
https://github.com/apache/druid.git
synced 2025-03-07 01:39:28 +00:00
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…
x
Reference in New Issue
Block a user