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

"Two non-abstract methods ... have the same parameter types"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.26.0
    • None
    • core
    • None

    Description

      I'm trying out the Elasticsearch adapter. My query:

      select p._MAP['id'] as id, d._MAP['id'] as dept
      from "test_person" p
      join "test_department" d on d._MAP['id'] = p._MAP['department._ref']
      where p._MAP['department._ref'] is not null
      limit 1;
      

      This fails with:

      Error while compiling generated Java code: [...]
      Caused by: org.codehaus.janino.InternalCompilerException: Compiling "Baz": Two non-abstract methods "public int Baz$4.compare(java.lang.Object, java.lang.Object)" have the same parameter types, declaring type and return type
      

      Full debug output: error.out

      Attachments

        1. build.out
          12 kB
          Alexander Staubo
        2. error.out
          404 kB
          Alexander Staubo

        Issue Links

          Activity

            People

              Unassigned Unassigned
              atombender Alexander Staubo
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: