I read the docs but it seems somehow the Maven version doesn't contain the require source code.
Thanks for your suggestion. Vladimir Sitnikov <[email protected]> 于2020年2月8日周六 下午10:57写道: > >I uploaded the attachments to this link: > >https://drive.google.com/open?id=1fH-qlXS59BYCj9JiYieTHVDk3GnioxX- > > Oh. > It means you miss dependencies (jar files) required to compile and execute > the code. > > I suggest you import Calcite source code (e.g. as explained here: > https://calcite.apache.org/docs/howto.html#setting-up-intellij-idea ) > Then IDEA will see all the dependencies, and you will be able to execute > examples. > > As you get familiar with the way Calcite feels, you might could create a > standalone project that uses Calcite. > > Vladimir > -- Yushan
