You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Ali Alsuliman (JIRA)" <ji...@apache.org> on 2018/11/05 05:10:00 UTC

[jira] [Created] (ASTERIXDB-2474) Remove physical optimization static variable

Ali Alsuliman created ASTERIXDB-2474:
----------------------------------------

             Summary: Remove physical optimization static variable
                 Key: ASTERIXDB-2474
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2474
             Project: Apache AsterixDB
          Issue Type: Bug
          Components: COMP - Compiler
    Affects Versions: 0.9.4
            Reporter: Ali Alsuliman
            Assignee: Ali Alsuliman
             Fix For: 0.9.5


Physical optimization configuration (PhysicalOptimizationConfig) used to be shared across queries, DMLs, and DDLs through a shared static variable. This has recently changed for queries and DMLs to prevent side effects and allow each query or DML to have its own specified configuration. However, DDLs still use a static shared variable.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)