Hi,
I’ve noticed that for some open pull requests (for example, https://github.com/apache/incubator-trafodion/pull/177 and https://github.com/apache/incubator-trafodion/pull/556), seabase/TEST011 is failing with a diff file that looks like this: 1252c1252 < *** ERROR[4247] Specified size in bytes (1000001) exceeds the maximum size allowed (1000000) for column D. --- > *** ERROR[4247] Specified size in bytes (1000001) exceeds the maximum size allowed (200000) for column D. It looks like the expected results for this file are fixed with pull request https://github.com/apache/incubator-trafodion/pull/555. So I am guessing that once that change is merged, the failures for the other open pull requests will go away upon retest. But that’s just a guess. Dave
