GitHub user zellerh opened a pull request:

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

    TRAFODION-2002 check columns for Hive inserts

    Also TRAFODION-1904 column list in insert/select into Hive table is ignored
    
    Added checks for matching number and data types, so that the
    data to be inserted matches the column layout of the Hive target
    table.
    
    Using a column list for insert into a Hive table now will raise
    SQL error 4223 instead of being ignored (so it is still not supported).

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

    $ git pull https://github.com/zellerh/incubator-trafodion bug/1910

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

    https://github.com/apache/incubator-trafodion/pull/490.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 #490
    
----
commit 3205c6a2470146297ea5215a3e82eab6b74c1541
Author: Hans Zeller <[email protected]>
Date:   2016-05-18T22:25:21Z

    TRAFODION-2002 check columns for Hive inserts
    
    Also TRAFODION-1904 column list in insert/select into Hive table is ignored
    
    Added checks for matching number and data types, so that the
    data to be inserted matches the column layout of the Hive target
    table.
    
    Using a column list for insert into a Hive table now will raise
    SQL error 4223 instead of being ignored (so it is still not supported).

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to