vvysotskyi commented on pull request #2120: URL: https://github.com/apache/drill/pull/2120#issuecomment-813239607
@cgivre, the failure should be fixed by addressing the comment above: > When creating newScanPrel, it should be either ScanPrel or DrillScanRel, depending on the type of scan. It may be done by adding a copy method that accepts group scan to `DrillScanRelBase`, implementing it in both inheritors, and using this method in the rule instead of explicitly creating `ScanPrel`. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
