[JBoss JIRA] (TEIIDDES-2199) Designer deletes materialization setting in transformation Editor
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2199?page=com.atlassian.jira.plu... ]
Matus Makovy edited comment on TEIIDDES-2199 at 3/3/16 8:41 AM:
----------------------------------------------------------------
Is the resolution "Won't fix" correct here ? I think something was changed.
We tried to verify this and discovered TEIIDDES-2801.
I think right now (in TD 10.0.0.Beta3) is the behavior exactly opposite.
When I add /* + cache(ttl:300000) \*/ (white white space) it won't disappear and /\*+ cache(ttl:300000) */ disappears.
was (Author: mmakovy):
Is the resolution "Won't fix" correct here ? I think something was changed.
We tried to verify this and discovered TEIIDDES-2801.
I think right now (in TD 10.0.0.Beta3) is the behavior exactly opposite.
When I add /* + cache(ttl:300000) */ (white white space) it won't disappear and /*+ cache(ttl:300000) */ disappears.
> Designer deletes materialization setting in transformation Editor
> -----------------------------------------------------------------
>
> Key: TEIIDDES-2199
> URL: https://issues.jboss.org/browse/TEIIDDES-2199
> Project: Teiid Designer
> Issue Type: Bug
> Components: Patch Release, Transformations
> Affects Versions: 8.3.2
> Environment: fedora 19, Red Hat Data Virtualization 6, JBDS 7.1.1.GA
> Reporter: Jason Marley
> Assignee: Paul Richardson
> Fix For: 10.0.1, 9.2.1
>
>
> In transformation editor and add caching comment /*+ cache(ttl:300000) */, if there is a space before + and the beginning of comment, upon save designer deletes the line.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (TEIIDDES-2199) Designer deletes materialization setting in transformation Editor
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2199?page=com.atlassian.jira.plu... ]
Matus Makovy edited comment on TEIIDDES-2199 at 3/3/16 8:40 AM:
----------------------------------------------------------------
Is the resolution "Won't fix" correct here ? I think something was changed.
We tried to verify this and discovered TEIIDDES-2801.
I think right now (in TD 10.0.0.Beta3) is the behavior exactly opposite.
When I add /* + cache(ttl:300000) */ (white white space) it won't disappear and /*+ cache(ttl:300000) */ disappears.
was (Author: mmakovy):
Is the resolution "Won't fix" correct here ? I think something was changed.
We tried to verify this and discovered TEIIDDES-2801.
I think right know (in TD 10.0.0.Beta3) is the behavior exactly opposite.
When I add /* + cache(ttl:300000) */ (white white space) it won't disappear and /*+ cache(ttl:300000) */ disappears.
> Designer deletes materialization setting in transformation Editor
> -----------------------------------------------------------------
>
> Key: TEIIDDES-2199
> URL: https://issues.jboss.org/browse/TEIIDDES-2199
> Project: Teiid Designer
> Issue Type: Bug
> Components: Patch Release, Transformations
> Affects Versions: 8.3.2
> Environment: fedora 19, Red Hat Data Virtualization 6, JBDS 7.1.1.GA
> Reporter: Jason Marley
> Assignee: Paul Richardson
> Fix For: 10.0.1, 9.2.1
>
>
> In transformation editor and add caching comment /*+ cache(ttl:300000) */, if there is a space before + and the beginning of comment, upon save designer deletes the line.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (TEIIDDES-2199) Designer deletes materialization setting in transformation Editor
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2199?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-2199:
----------------------------------------
The cache hit format is defined here: https://docs.jboss.org/author/display/TEIID/Hints+and+Options
{code}
/*+ cache[([pref_mem] [ttl:n] [updatable] [scope:session|user|vdb])]*/
{code}
Unfortunately, the runtime throws out any general comments during parsing, so we've been adding capability to store the comments in the language object tree. We're currently modifying a version of the Teiid query parser and language object tree. Maybe we can work on our query parser a little more to just re-set the SQL string to it's original form if it fails.
[~phantomjinx] Paul.... any thoughts here?
> Designer deletes materialization setting in transformation Editor
> -----------------------------------------------------------------
>
> Key: TEIIDDES-2199
> URL: https://issues.jboss.org/browse/TEIIDDES-2199
> Project: Teiid Designer
> Issue Type: Bug
> Components: Patch Release, Transformations
> Affects Versions: 8.3.2
> Environment: fedora 19, Red Hat Data Virtualization 6, JBDS 7.1.1.GA
> Reporter: Jason Marley
> Assignee: Paul Richardson
> Fix For: 10.0.1, 9.2.1
>
>
> In transformation editor and add caching comment /*+ cache(ttl:300000) */, if there is a space before + and the beginning of comment, upon save designer deletes the line.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (TEIIDDES-2736) Expose all the materialized properties that Teiid supports for configuration
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2736?page=com.atlassian.jira.plu... ]
Matus Makovy updated TEIIDDES-2736:
-----------------------------------
Labels: release_notes verified_jbdsis-9.0.0.Beta (was: )
> Expose all the materialized properties that Teiid supports for configuration
> ----------------------------------------------------------------------------
>
> Key: TEIIDDES-2736
> URL: https://issues.jboss.org/browse/TEIIDDES-2736
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: Modeling, ModeShape Integration, Patch Release, Teiid Integration
> Affects Versions: 9.2
> Reporter: Van Halbert
> Assignee: Barry LaFond
> Labels: release_notes, verified_jbdsis-9.0.0.Beta
> Fix For: 10.0.1, 9.2.1
>
>
> When changing a view to be materialized, should expose all the possible properties that can be configured to control the materialized process. Maybe this is a usability issue, for which I'm not seeing what's there, but its not obvious.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (TEIIDDES-2801) Cache hint is disappeared in the transformation editor
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2801?page=com.atlassian.jira.plu... ]
Matus Makovy updated TEIIDDES-2801:
-----------------------------------
Comment: was deleted
(was: I tried to copy the whole transformation SQL from release notes text in TEIIDDES-2383 , pasted it in transformation editor and saved. The cache hint disappeared after the save. Other comments were left intact.)
> Cache hint is disappeared in the transformation editor
> ------------------------------------------------------
>
> Key: TEIIDDES-2801
> URL: https://issues.jboss.org/browse/TEIIDDES-2801
> Project: Teiid Designer
> Issue Type: Bug
> Components: Transformations
> Affects Versions: 10.0.1
> Environment: Fedora 23
> Reporter: Matej Kralik
> Attachments: Screenshot from 2016-03-03 13-29-56.png
>
>
> When I put cache hint before SELECT query and I put comment before cache hint and save, transformation editor removes cache hint from SQL. Example from [TEIIDDES-2383 |https://issues.jboss.org/browse/TEIIDDES-2383] not work correctly.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (TEIIDDES-2801) Cache hint is disappeared in the transformation editor
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2801?page=com.atlassian.jira.plu... ]
Matus Makovy commented on TEIIDDES-2801:
----------------------------------------
I tried to copy the whole transformation SQL from release notes text in TEIIDDES-2383 , pasted it in transformation editor and saved. The cache hint disappeared after the save. Other comments were left intact.
> Cache hint is disappeared in the transformation editor
> ------------------------------------------------------
>
> Key: TEIIDDES-2801
> URL: https://issues.jboss.org/browse/TEIIDDES-2801
> Project: Teiid Designer
> Issue Type: Bug
> Components: Transformations
> Affects Versions: 10.0.1
> Environment: Fedora 23
> Reporter: Matej Kralik
> Attachments: Screenshot from 2016-03-03 13-29-56.png
>
>
> When I put cache hint before SELECT query and I put comment before cache hint and save, transformation editor removes cache hint from SQL. Example from [TEIIDDES-2383 |https://issues.jboss.org/browse/TEIIDDES-2383] not work correctly.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (TEIIDDES-2199) Designer deletes materialization setting in transformation Editor
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2199?page=com.atlassian.jira.plu... ]
Matus Makovy reopened TEIIDDES-2199:
------------------------------------
Is the resolution "Won't fix" correct here ? I think something was changed.
We tried to verify this and discovered TEIIDDES-2801.
I think right know (in TD 10.0.0.Beta3) is the behavior exactly opposite.
When I add /* + cache(ttl:300000) */ (white white space) it won't disappear and /*+ cache(ttl:300000) */ disappears.
> Designer deletes materialization setting in transformation Editor
> -----------------------------------------------------------------
>
> Key: TEIIDDES-2199
> URL: https://issues.jboss.org/browse/TEIIDDES-2199
> Project: Teiid Designer
> Issue Type: Bug
> Components: Patch Release, Transformations
> Affects Versions: 8.3.2
> Environment: fedora 19, Red Hat Data Virtualization 6, JBDS 7.1.1.GA
> Reporter: Jason Marley
> Assignee: Paul Richardson
> Fix For: 10.0.1, 9.2.1
>
>
> In transformation editor and add caching comment /*+ cache(ttl:300000) */, if there is a space before + and the beginning of comment, upon save designer deletes the line.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (TEIIDDES-2801) Cache hint is disappeared in the transformation editor
by Matej Kralik (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2801?page=com.atlassian.jira.plu... ]
Matej Kralik updated TEIIDDES-2801:
-----------------------------------
Summary: Cache hint is disappeared in the transformation editor (was: Cache hint disappears in the transformation editor)
> Cache hint is disappeared in the transformation editor
> ------------------------------------------------------
>
> Key: TEIIDDES-2801
> URL: https://issues.jboss.org/browse/TEIIDDES-2801
> Project: Teiid Designer
> Issue Type: Bug
> Components: Transformations
> Affects Versions: 10.0.1
> Environment: Fedora 23
> Reporter: Matej Kralik
> Attachments: Screenshot from 2016-03-03 13-29-56.png
>
>
> When I put cache hint before SELECT query and I put comment before cache hint and save, transformation editor removes cache hint from SQL. Example from [TEIIDDES-2383 |https://issues.jboss.org/browse/TEIIDDES-2383] not work correctly.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (TEIIDDES-2801) Cache hint disappears in the transformation editor
by Matej Kralik (JIRA)
Matej Kralik created TEIIDDES-2801:
--------------------------------------
Summary: Cache hint disappears in the transformation editor
Key: TEIIDDES-2801
URL: https://issues.jboss.org/browse/TEIIDDES-2801
Project: Teiid Designer
Issue Type: Bug
Components: Transformations
Affects Versions: 10.0.1
Environment: Fedora 23
Reporter: Matej Kralik
Attachments: Screenshot from 2016-03-03 13-29-56.png
When I put cache hint before SELECT query and I put comment before cache hint and save, transformation editor removes cache hint from SQL. Example from [TEIIDDES-2383 |https://issues.jboss.org/browse/TEIIDDES-2383] not work correctly.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months