Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-2100

Ability not to use DriverManager to run only the planner

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.15.0
    • None
    • core
    • None

    Description

      At this point:

      org.apache.calcite.tools.Frameworks.withPrepare(Frameworks.java:156)
        at org.apache.calcite.tools.Frameworks.withPlanner(Frameworks.java:111)
        at org.apache.calcite.prepare.PlannerImpl.ready(PlannerImpl.java:145)
        at org.apache.calcite.prepare.PlannerImpl.parse(PlannerImpl.java:175)
      

      we are going to use DriverManager to get a connection to "jdbc:calcite:", this is not very efficient and in some cases it can lead to errors if the o.a.c.jdbc.Driver has not been loaded.

      It would be great to be able to skip this step and be able to use the Planner

      Attachments

        Activity

          People

            Unassigned Unassigned
            eolivelli Enrico Olivelli
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: