[
https://issues.apache.org/jira/browse/ASTERIXDB-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16677393#comment-16677393
]
ASF subversion and git services commented on ASTERIXDB-2474:
------------------------------------------------------------
Commit a57e15466e20a21a94f5c1a3c5d922e82efca76c in asterixdb's branch
refs/heads/master from [~alsuliman]
[ https://git-wip-us.apache.org/repos/asf?p=asterixdb.git;h=a57e154 ]
[ASTERIXDB-2474][COMP] Remove physical optimization static variable
- user model changes: no
- storage format changes: no
- interface changes: no
details:
This patch is to remove the physical optimization config static
variable used in IndexUtil to prevent side effects.
Change-Id: I83f58715e5d643fa5b52f6e0a0d1ad1cb839f895
Reviewed-on: https://asterix-gerrit.ics.uci.edu/3020
Sonar-Qube: Jenkins <[email protected]>
Tested-by: Jenkins <[email protected]>
Contrib: Jenkins <[email protected]>
Integration-Tests: Jenkins <[email protected]>
Reviewed-by: Dmitry Lychagin <[email protected]>
> 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
> Priority: Major
> 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)