You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2022/04/09 08:38:24 UTC

[GitHub] [drill] vvysotskyi opened a new pull request, #2518: DRILL-8192: Cassandra queries fail when enabled Mongo plugin

vvysotskyi opened a new pull request, #2518:
URL: https://github.com/apache/drill/pull/2518

   # [DRILL-8192](https://issues.apache.org/jira/browse/DRILL-8192): Cassandra queries fail when enabled Mongo plugin
   
   ## Description
   Some storage plugin instances like Cassandra don't support obtaining group scan using the `StoragePlugin.getPhysicalScan()` method. Added extra check to ensure that plugin implementor can obtain group scan safely.
   
   ## Documentation
   NA
   
   ## Testing
   Checked manually.
   


-- 
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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [drill] vvysotskyi commented on pull request #2518: DRILL-8192: Cassandra queries fail when enabled Mongo plugin

Posted by GitBox <gi...@apache.org>.
vvysotskyi commented on PR #2518:
URL: https://github.com/apache/drill/pull/2518#issuecomment-1094196037

   The method is abstract, so they will have to implement it when adding their implementations of PluginImplementor.


-- 
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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [drill] cgivre merged pull request #2518: DRILL-8192: Cassandra queries fail when enabled Mongo plugin

Posted by GitBox <gi...@apache.org>.
cgivre merged PR #2518:
URL: https://github.com/apache/drill/pull/2518


-- 
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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org