spark git commit: Fix missing close-parens for In filter's toString

2017-01-12 Thread rxin
Repository: spark Updated Branches: refs/heads/master 6b34e745b -> b040cef2e Fix missing close-parens for In filter's toString Otherwise the open parentheses isn't closed in query plan descriptions of batch scans. PushedFilters: [In(COL_A, [1,2,4,6,10,16,219,815], IsNotNull(COL_B), ...

spark git commit: Fix missing close-parens for In filter's toString

2017-01-12 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 55d2a1178 -> be527ddc0 Fix missing close-parens for In filter's toString Otherwise the open parentheses isn't closed in query plan descriptions of batch scans. PushedFilters: [In(COL_A, [1,2,4,6,10,16,219,815], IsNotNull(COL_B),

spark git commit: Fix missing close-parens for In filter's toString

2017-01-12 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.1 23944d0d6 -> 0668e061b Fix missing close-parens for In filter's toString Otherwise the open parentheses isn't closed in query plan descriptions of batch scans. PushedFilters: [In(COL_A, [1,2,4,6,10,16,219,815], IsNotNull(COL_B),