Hi, I am trying to bundle model.json file inside the Java Jar. However Calcite doesn't seem to have a way to provide path from resources folder, something like:
connection =
DriverManager.getConnection("jdbc:calcite:model=resource:model.json",
"admin", "admin");
It there some way to do so or some existing workaround?
--
Regards
Shashwat Kumar
