Hi, I was able to successfully get the code and run the junit tests. Came across a test that uses the jdbc driver:
Class.forName("org.apache.drill.jdbc.Driver");
DriverManager.getConnection("jdbc:drill:schema=DONUTS;tables=DONUTS");
Then SQL statements are executed.
How or where is this Donuts table created? I see a donuts.json file, is that
where the data comes from? Where did the mapping happened?
Any pointers or wiki would help.
Thanks,
Zeus Courtois
