[
https://issues.apache.org/jira/browse/TAJO-2135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15268352#comment-15268352
]
ASF GitHub Bot commented on TAJO-2135:
--------------------------------------
Github user blrunner commented on a diff in the pull request:
https://github.com/apache/tajo/pull/1009#discussion_r61850723
--- Diff:
tajo-core-tests/src/test/java/org/apache/tajo/engine/query/TestAlterTable.java
---
@@ -159,12 +160,15 @@ public final void testAlterTableRepairPartition()
throws Exception {
"36.0,N,1,1\n" +
"38.0,N,2,2\n" +
"45.0,R,3,2\n" +
- "49.0,R,3,3\n";
+ "49.0,R,3,3\n" +
+ "null,,null,null\n" +
+ "null,,null,null\n" +
--- End diff --
If you use the same indentation of previous codes, it will be more better.
Other added codes in this class need to be updated.
> Invalid join result when join key columns contain nulls
> -------------------------------------------------------
>
> Key: TAJO-2135
> URL: https://issues.apache.org/jira/browse/TAJO-2135
> Project: Tajo
> Issue Type: Bug
> Affects Versions: 0.11.0
> Reporter: Jihoon Son
> Assignee: Jihoon Son
> Priority: Critical
> Fix For: 0.12.0, 0.11.3
>
>
> You can simply reproduce this bug as follows. The correct answer of the below
> query is 20965674.
> {noformat}
> tpcds100> select count(*) from store_sales, store_returns
> where
> ss_customer_sk = sr_customer_sk
> and ss_item_sk = sr_item_sk
> ;
> [=========================================>] 100% 33.315 sec
> ?count
> -------------------------------
> 101145653
> (1 rows, 33.315 sec, 16 B selected)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)