cgivre commented on pull request #2084: URL: https://github.com/apache/drill/pull/2084#issuecomment-650694408
> @cgivre I've added more tests. The tests are not passing, something about `Error while applying rule DrillScanRule`. However, I was able to successfully execute the test queries through Drill web interface. I don't know how to fix these tests? > > Edit: attach log file. > [org.apache.drill.exec.store.ipfs.TestIPFSQueries.txt](https://github.com/apache/drill/files/4840854/org.apache.drill.exec.store.ipfs.TestIPFSQueries.txt) It appears that the query is not getting through the planning phase. My suggestion is to take a look at this tutorial about writing storage plugins: https://github.com/paul-rogers/drill/wiki/Storage-Plugin, and and specifically, follow the debugging procedures that Paul outlines. My hunch here is that something is going wrong with the schema resolution. ---------------------------------------------------------------- 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: us...@infra.apache.org