Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-243

DBT3 query 17 returned an internal error

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Critical
    • Resolution: Fixed
    • 1.0.1
    • 1.0.2
    • ExeMgr
    • None

    Description

      Build tested: alpha 1.0.1

      mscadmin> getsoft
      getsoftwareinfo Fri Jul 1 18:33:11 2016

      Name : mariadb-columnstore-platform
      Version : 1.0
      Release : 1
      Architecture: x86_64
      Install Date: Fri 24 Jun 2016 07:28:00 PM UTC

      Create a DBT3 (TPCH) database and load 1gb of data

      execute the query #17

      select
      sum(l_extendedprice) / 7.0 as avg_yearly
      from
      lineitem,
      part
      where
      p_partkey = l_partkey
      and p_brand = 'Brand#15'
      and p_container = 'JUMBO PACK'
      and l_quantity < (
      select
      0.2 * avg(l_quantity)
      from
      lineitem
      where
      l_partkey = p_partkey
      );

      ERROR 1815 (HY000) at line 6: Internal error: IDB-3012: Scalar filter and semi join are not from the same pair of tables.

      InnoDB returned:

      ---------------

      avg_yearly

      ---------------

      349698.160000

      ---------------
      1 row in set (1.44 sec)

      Attachments

        Issue Links

          Activity

            People

              dleeyh Daniel Lee (Inactive)
              dleeyh Daniel Lee (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.