Hi devs, I'm newbie of Calcite so I'd first say sorry for the ignorance if it's newbie question.
I'm working on Storm SQL which uses Calcite to compile SQL to topology. Current implementation uses SqlFunctions to cover some operators so calcite-core and transitive dependencies are needed even though compiled topology in runtime. So I'd like to see what's preferred way of handling this. Is it common to add calcite-core to dependency in runtime, or is it common for individual projects to have their own similar classes? Thanks in advance, Jungtaek Lim (HeartSaVioR)
