cgivre commented on issue #2423: URL: https://github.com/apache/drill/issues/2423#issuecomment-1007406418
I'd add that Drill is a massively parallel processing (MPP) query layer which can interact with MANY different file formats and storage systems. As @jnturton said, Calcite is a query planner and lacks that execution engine. Drill in fact does use Calcite for it's query planning, but if you're looking to actually query data out of the box, you'll need Drill or some other tool. Drill can also parallelize queries so it can query data at scale. Bottom line, to actually query data, you'll need a query engine, not just the planner. -- 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]
