GitHub user DaveBirdsall opened a pull request:

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

    [TRAFODION-2352] UPDATE STATS may fail with error 8446 on Hive tables

    There are two fixes here.
    
    1. Fix for JIRA TRAFODION-2352: Propagate the CQD 
HIVE_MAX_STRING_LENGTH_IN_BYTES to the grandchild tdm_arkcmp process if needed 
to avoid possible error 8446 on Hive tables with very long varchar columns.
    
    2. Fix an unrelated minor problem: Warning 9234 may occur 
non-deterministically in test scripts for incremental UPDATE STATS. A previous 
pull request, https://github.com/apache/incubator-trafodion/pull/719, had 
changed most such warnings so they are emitted only when UPDATE STATS logging 
is 'ON'. I missed a couple; this change takes care of them.

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

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

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

    https://github.com/apache/incubator-trafodion/pull/830.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 #830
    
----
commit d2e7567b0b1e0b090ac0bfed1f5fa4183bc6f376
Author: Dave Birdsall <dbirds...@apache.org>
Date:   2016-11-10T23:51:58Z

    [TRAFODION-2352] UPDATE STATS may fail with error 8446 on Hive tables

----


---
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.
---

Reply via email to