You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by sureshsubbiah <gi...@git.apache.org> on 2015/11/05 19:47:58 UTC

[GitHub] incubator-trafodion pull request: [TRAFODION-1590] UPSERT into
GitHub user sureshsubbiah opened a pull request:

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

    [TRAFODION-1590] UPSERT into <table> VALUES (<subquery>, ...) fails

    

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

    $ git pull https://github.com/sureshsubbiah/incubator-trafodion upsert1

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

    https://github.com/apache/incubator-trafodion/pull/161.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 #161
    
----
commit bd960ca35630427d852c2a6c21de3287d0139f4e
Author: Suresh Subbiah <su...@apache.org>
Date:   2015-11-02T23:15:12Z

    [TRAFODION-1576] Performance improvement for backup-restore and reducing offline interval for backup.
    
    B/R scrpt now starts Trafodion after snapshots are taken
    Large and small table handled differently to make export and import faster.

commit e7dd420e76dc7d8dedd6020c01b7b3b2824dd03b
Author: Suresh Subbiah <su...@apache.org>
Date:   2015-11-05T18:45:42Z

    [TRAFODION-1590] UPSERT into <table> VALUES (<subquery>, ...) fails
    
    Please see JIRA for fix information. This occurs only when table has an index.
    Thank you to Selva, Hans and Dave for help with this fix.

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-trafodion pull request: [TRAFODION-1590] UPSERT into Posted by DaveBirdsall <gi...@git.apache.org>.
Github user DaveBirdsall commented on a diff in the pull request:

    https://github.com/apache/incubator-trafodion/pull/161#discussion_r44075298
  
    --- Diff: core/sqf/hbase_utilities/backup_and_restore/run_full_trafodion_backup.sh ---
    @@ -229,17 +238,29 @@ if  [[ $? -eq 0 ]]; then
         exit 1;
     fi
     
    +## Restart Trafodion
    +if [[ ${stay_offline} -ne 1 ]]; then
    + start_trafodion $trafodion_user 
    +else
    + echo "Trafodion can now be restarted at your convinience. Backup script does not need for it to be offline anymore."
    --- End diff --
    
    Typo, should be "convenience"


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-trafodion pull request: [TRAFODION-1590] UPSERT into Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---