cgivre commented on issue #2851: URL: https://github.com/apache/drill/issues/2851#issuecomment-1827794423
@shfshihuafeng I don't think this is a bug. You are first running the query `USE http` which sets the root at `http`. Then you're running a `SELECT ... FROM http.sunrise`. So at that point, the plugin is looking for a path: `http.http.sunrise` which does not exist. I'd bet that if you either skipped the `USE` query or ran a `SELECT ... FROM sunrise` it would work. -- 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-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org