luocooong commented on a change in pull request #2419:
URL: https://github.com/apache/drill/pull/2419#discussion_r795558592
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/scan/project/ReaderSchemaOrchestrator.java
##########
@@ -68,10 +71,11 @@ public void setBatchSize(int size) {
@VisibleForTesting
public ResultSetLoader makeTableLoader(TupleMetadata readerSchema) {
- return makeTableLoader(scanOrchestrator.scanProj.context(), readerSchema);
+ return makeTableLoader(scanOrchestrator.scanProj.context(), readerSchema,
-1);
}
- public ResultSetLoader makeTableLoader(CustomErrorContext errorContext,
TupleMetadata readerSchema) {
+ public ResultSetLoader makeTableLoader(CustomErrorContext errorContext,
+ TupleMetadata readerSchema, long localLimit) {
Review comment:
Got it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]