[GitHub] incubator-trafodion pull request #1259: Fix for missing rows when doing dml ...

2017-10-10 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] incubator-trafodion pull request #1259: Fix for missing rows when doing dml ...

2017-10-05 Thread sandhyasun
GitHub user sandhyasun opened a pull request:

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

Fix for missing rows when doing dml to hive tables [TRAFODION-2766]

Fix to make the generation of the underlying filenames more unique.
This was also the cause of intermittent failure of seabase/TEST031 . So 
removing the KNOWN diff file created for that. 

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

$ git pull https://github.com/sandhyasun/incubator-trafodion traf_misc

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

https://github.com/apache/incubator-trafodion/pull/1259.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 #1259


commit 749295ad774620d49db79d961b1bbacac8d589c7
Author: Sandhya Sundaresan 
Date:   2017-09-11T17:52:42Z

Changes to handle errors during drop of lob tables that leave the table 
inconsistent.

commit f6505ab79a7d0d7d1462b19c19a4133a10c9cdcb
Author: Sandhya Sundaresan 
Date:   2017-10-02T19:57:13Z

Merge remote branch 'origin/master' into traf_misc

commit f49b86f6c1c0ae17d5d4f3366b421e774f7ce56a
Author: Sandhya Sundaresan 
Date:   2017-10-06T05:22:44Z

Fix to make hive hdfs filenames more unique




---