[GitHub] incubator-trafodion pull request: [TRAFODION-1699] Commented out o...

2015-12-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-trafodion/pull/226


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-trafodion pull request: [TRAFODION-1670] upsert and upse...

2015-12-15 Thread hegdean
GitHub user hegdean opened a pull request:

https://github.com/apache/incubator-trafodion/pull/228

[TRAFODION-1670] upsert and upsert with load doesn't report the rows 
affected information in Trafci [TRAFODION-1709] trafci does not deallocate the 
statement



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/hegdean/incubator-trafodion trafci-wrk

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-trafodion/pull/228.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #228


commit 8617ad9cedf4ae721ed1a428ba11455164f50f10
Author: Anuradha Hegde 
Date:   2015-12-14T23:57:46Z

- Status message for UPSERT statement reports the number of records that 
are inserted
- Fix to close the statement object after execution (execdirect)




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-trafodion pull request: [TRAFODION-1700] Upsert with omi...

2015-12-15 Thread selvaganesang
GitHub user selvaganesang opened a pull request:

https://github.com/apache/incubator-trafodion/pull/227

[TRAFODION-1700] Upsert with omitted default value columns leave the 
aligned format table in corrupted state.

The user is now required to supply the default values in upsert/upsert with 
load command. When the columns with default value is omitted, the following 
error is returned.

*** ERROR[7001] Default value is missing for upsert or is not valid for 
column 

*** ERROR[8822] The statement was not prepared.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/selvaganesang/incubator-trafodion 
trafodion-1700

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-trafodion/pull/227.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #227


commit 8f823781897b96c1a9f40d051f78d5c99b2861ca
Author: selvaganesang 
Date:   2015-12-15T16:39:38Z

[TRAFODION-1700] Upsert with omitted default value columns
leave the aligned format table in corrupted state.

The user is now required to supply the default values in
upsert/upsert with load command. When the columns with default
value is omitted, the following error is returned.

*** ERROR[7001] Default value is missing for upsert or is not valid for 
column 

*** ERROR[8822] The statement was not prepared.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: Please review changes to Apache Trafodion project status page

2015-12-15 Thread Hans Zeller
Looks good to me.

Thanks,

Hans

On Tue, Dec 15, 2015 at 11:41 AM, Suresh Subbiah  wrote:

> Hi ,
>
> Can you please review these changes to the Apache Trafodion project status
> page?
> http://incubator.apache.org/projects/trafodion.html
>
> Old (trafodion.old.xml) and new (trafodion.xml) files are attached. We do
> not have a public staging area to share diffs.
>
> Thank you Roberta for providing these changes and for guiding me through
> every step.
>
> Thanks
> Suresh
>
>


[GitHub] incubator-trafodion pull request: TRAFODION 1547 and TRAFODION 147...

2015-12-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-trafodion/pull/217


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-trafodion pull request: [TRAFODION-1618] Fix row estimat...

2015-12-15 Thread DaveBirdsall
GitHub user DaveBirdsall opened a pull request:

https://github.com/apache/incubator-trafodion/pull/229

[TRAFODION-1618] Fix row estimation to scale to more than 255 columns

See the JIRA for details.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/DaveBirdsall/incubator-trafodion Traf1618

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-trafodion/pull/229.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #229


commit 1ba7bd280f24679049fac386a00c61144a99d35e
Author: Dave Birdsall 
Date:   2015-12-15T21:44:03Z

[TRAFODION-1618] Fix row estimation logic to scale to more than 255 columns




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---