You are viewing a plain text version of this content. The canonical link for it is here.
- git commit: TAJO-957: ROUND should be support INT parameter. (Mai Hai Thanh via hyunsik) - posted by hy...@apache.org on 2014/08/01 07:48:04 UTC, 0 replies.
- [01/14] git commit: TAJO-972: Broadcast join with left outer join returns duplicated rows.(Hyoungjun Kim via jaehwa) - posted by ji...@apache.org on 2014/08/01 07:58:54 UTC, 0 replies.
- [02/14] git commit: TAJO-969: Distributed sort on a large data set may result in incorrect results. - posted by ji...@apache.org on 2014/08/01 07:58:55 UTC, 0 replies.
- [03/14] git commit: TAJO-914: join queries with constant values can cause schema mismatch in logical plan. - posted by ji...@apache.org on 2014/08/01 07:58:56 UTC, 0 replies.
- [04/14] git commit: TAJO-968: Self-Join query (including partitioned table) doesn't run unexpectedly using auto broad cast join. (jaehwa) - posted by ji...@apache.org on 2014/08/01 07:58:57 UTC, 0 replies.
- [05/14] git commit: TAJO-977: INSERT into a partitioned table as SELECT statement uses a wrong schema. (Hyoungjun Kim via hyunsik) - posted by ji...@apache.org on 2014/08/01 07:58:58 UTC, 0 replies.
- [06/14] git commit: TAJO-974: Eliminate unexpected case condition in SubQuery. (Hyoungjun Kim via hyunsik) - posted by ji...@apache.org on 2014/08/01 07:58:59 UTC, 0 replies.
- [07/14] git commit: TAJO-974: Eliminate unexpected case condition in SubQuery. (missed ticket close) - posted by ji...@apache.org on 2014/08/01 07:59:00 UTC, 0 replies.
- [08/14] git commit: TAJO-952: Wrong default partition volume config. (Mai Hai Thanh via jihoon) - posted by ji...@apache.org on 2014/08/01 07:59:01 UTC, 0 replies.
- [09/14] git commit: TAJO-980: execution page in Web UI broken. - posted by ji...@apache.org on 2014/08/01 07:59:02 UTC, 0 replies.
- [10/14] git commit: TAJO-976: HashPartitioner doesn't make desired number of partitions infrequently. (Hyoungjun Kim via hyunsik) - posted by ji...@apache.org on 2014/08/01 07:59:03 UTC, 0 replies.
- [11/14] git commit: TAJO-976: HashPartitioner doesn't make desired number of partitions infrequently. (Fixed a build failure due to 1.7 API) - posted by ji...@apache.org on 2014/08/01 07:59:04 UTC, 0 replies.
- [12/14] git commit: Merge branch 'master' of http://git-wip-us.apache.org/repos/asf/tajo into index_support - posted by ji...@apache.org on 2014/08/01 07:59:05 UTC, 0 replies.
- [13/14] git commit: TAJO-957: ROUND should be support INT parameter. (Mai Hai Thanh via hyunsik) - posted by ji...@apache.org on 2014/08/01 07:59:06 UTC, 0 replies.
- [14/14] git commit: Merge branch 'master' of http://git-wip-us.apache.org/repos/asf/tajo into index_support - posted by ji...@apache.org on 2014/08/01 07:59:07 UTC, 0 replies.
- git commit: TAJO-978: RoundFloat8 should return Float8Datum type. (Hyoungjun Kim via hyunsik) - posted by hy...@apache.org on 2014/08/01 08:12:01 UTC, 0 replies.
- git commit: TAJO-979: Dividing float value by zero should throw "Divide by zero Exception" (Hyoungjun Kim via hyunsik) - posted by hy...@apache.org on 2014/08/01 10:23:15 UTC, 0 replies.
- git commit: TAJO-987: Hash shuffle should be balanced according to intermediate volumes. - posted by hy...@apache.org on 2014/08/04 05:13:37 UTC, 0 replies.
- git commit: TAJO-966: Range partition should support split of multiple characters. - posted by hy...@apache.org on 2014/08/04 07:56:28 UTC, 0 replies.
- git commit: TAJO-975: alias name which is the same to existing column name may cause NPE during PPD. - posted by hy...@apache.org on 2014/08/04 08:34:53 UTC, 0 replies.
- git commit: TAJO-989: Cleanup of child blocks after parent execution block is complete. (jinho) - posted by jh...@apache.org on 2014/08/05 04:59:49 UTC, 0 replies.
- git commit: TAJO-949: PullServer does not release files, when a channel throws an internal exception. (jinho) - posted by jh...@apache.org on 2014/08/05 10:16:40 UTC, 0 replies.
- git commit: TAJO-990: Implement a tool to find tajo configurations. (jaehwa) - posted by bl...@apache.org on 2014/08/10 08:04:28 UTC, 0 replies.
- git commit: TAJO-996: Sometimes, scheduleFetchesByEvenDistributedVolumes loses some FetchImpls. - posted by hy...@apache.org on 2014/08/11 03:55:32 UTC, 0 replies.
- git commit: TAJO-994: 'count(distinct x)' function counts first null value. - posted by hy...@apache.org on 2014/08/11 04:24:22 UTC, 0 replies.
- git commit: TAJO-999: SequenceFile key class need to be compatible. (jaehwa) - posted by bl...@apache.org on 2014/08/11 04:36:39 UTC, 0 replies.
- [1/5] TAJO-928: Session variables should override query configs in TajoConf. - posted by hy...@apache.org on 2014/08/11 05:53:12 UTC, 0 replies.
- [2/5] TAJO-928: Session variables should override query configs in TajoConf. - posted by hy...@apache.org on 2014/08/11 05:53:13 UTC, 0 replies.
- [3/5] TAJO-928: Session variables should override query configs in TajoConf. - posted by hy...@apache.org on 2014/08/11 05:53:14 UTC, 0 replies.
- [4/5] TAJO-928: Session variables should override query configs in TajoConf. - posted by hy...@apache.org on 2014/08/11 05:53:15 UTC, 0 replies.
- [5/5] git commit: TAJO-928: Session variables should override query configs in TajoConf. - posted by hy...@apache.org on 2014/08/11 05:53:16 UTC, 0 replies.
- git commit: TAJO-947: ColPartitionStoreExec can cause URISyntaxException due to special characters. (Mai Hai Thanh via hyunsik) - posted by hy...@apache.org on 2014/08/11 07:04:41 UTC, 0 replies.
- git commit: TAJO-995: HiveMetaStoreClient wrapper should retry the connection. (jinho) - posted by jh...@apache.org on 2014/08/11 08:19:34 UTC, 0 replies.
- [01/17] git commit: TAJO-978: RoundFloat8 should return Float8Datum type. (Hyoungjun Kim via hyunsik) - posted by ji...@apache.org on 2014/08/11 10:11:30 UTC, 0 replies.
- [02/17] git commit: TAJO-979: Dividing float value by zero should throw "Divide by zero Exception" (Hyoungjun Kim via hyunsik) - posted by ji...@apache.org on 2014/08/11 10:11:31 UTC, 0 replies.
- [03/17] git commit: TAJO-987: Hash shuffle should be balanced according to intermediate volumes. - posted by ji...@apache.org on 2014/08/11 10:11:32 UTC, 0 replies.
- [04/17] git commit: TAJO-966: Range partition should support split of multiple characters. - posted by ji...@apache.org on 2014/08/11 10:11:33 UTC, 0 replies.
- [05/17] git commit: TAJO-975: alias name which is the same to existing column name may cause NPE during PPD. - posted by ji...@apache.org on 2014/08/11 10:11:34 UTC, 0 replies.
- [06/17] git commit: TAJO-989: Cleanup of child blocks after parent execution block is complete. (jinho) - posted by ji...@apache.org on 2014/08/11 10:11:35 UTC, 0 replies.
- [07/17] git commit: TAJO-949: PullServer does not release files, when a channel throws an internal exception. (jinho) - posted by ji...@apache.org on 2014/08/11 10:11:36 UTC, 0 replies.
- [08/17] git commit: TAJO-990: Implement a tool to find tajo configurations. (jaehwa) - posted by ji...@apache.org on 2014/08/11 10:11:37 UTC, 0 replies.
- [09/17] git commit: TAJO-996: Sometimes, scheduleFetchesByEvenDistributedVolumes loses some FetchImpls. - posted by ji...@apache.org on 2014/08/11 10:11:38 UTC, 0 replies.
- [10/17] git commit: TAJO-994: 'count(distinct x)' function counts first null value. - posted by ji...@apache.org on 2014/08/11 10:11:39 UTC, 0 replies.
- [11/17] git commit: TAJO-999: SequenceFile key class need to be compatible. (jaehwa) - posted by ji...@apache.org on 2014/08/11 10:11:40 UTC, 0 replies.
- [12/17] TAJO-928: Session variables should override query configs in TajoConf. - posted by ji...@apache.org on 2014/08/11 10:11:41 UTC, 0 replies.
- [13/17] TAJO-928: Session variables should override query configs in TajoConf. - posted by ji...@apache.org on 2014/08/11 10:11:42 UTC, 0 replies.
- [14/17] TAJO-928: Session variables should override query configs in TajoConf. - posted by ji...@apache.org on 2014/08/11 10:11:43 UTC, 0 replies.
- [15/17] TAJO-928: Session variables should override query configs in TajoConf. - posted by ji...@apache.org on 2014/08/11 10:11:44 UTC, 0 replies.
- [16/17] git commit: TAJO-928: Session variables should override query configs in TajoConf. - posted by ji...@apache.org on 2014/08/11 10:11:45 UTC, 0 replies.
- [17/17] git commit: Merge branch 'master' of http://git-wip-us.apache.org/repos/asf/tajo into index_support - posted by ji...@apache.org on 2014/08/11 10:11:46 UTC, 0 replies.
- [1/3] git commit: TAJO-947: ColPartitionStoreExec can cause URISyntaxException due to special characters. (Mai Hai Thanh via hyunsik) - posted by ji...@apache.org on 2014/08/13 02:47:03 UTC, 0 replies.
- [2/3] git commit: TAJO-995: HiveMetaStoreClient wrapper should retry the connection. (jinho) - posted by ji...@apache.org on 2014/08/13 02:47:04 UTC, 0 replies.
- [3/3] git commit: Merge branch 'master' of http://git-wip-us.apache.org/repos/asf/tajo into index_support - posted by ji...@apache.org on 2014/08/13 02:47:05 UTC, 0 replies.
- git commit: TAJO-1001: Add missed postgresql license to NOTICE.txt and LICENSE.txt. - posted by hy...@apache.org on 2014/08/13 06:40:31 UTC, 0 replies.
- [1/2] TAJO-895: ConstEval should not be included in target list of projectable nodes. - posted by hy...@apache.org on 2014/08/13 06:47:32 UTC, 0 replies.
- [2/2] git commit: TAJO-895: ConstEval should not be included in target list of projectable nodes. - posted by hy...@apache.org on 2014/08/13 06:47:33 UTC, 0 replies.
- git commit: TAJO-1000: TextDatum.asChar() is incorrect, if client charset is different. (jinho) - posted by jh...@apache.org on 2014/08/13 08:05:14 UTC, 0 replies.
- subscribe - posted by Hyoungjun Kim <ba...@gmail.com> on 2014/08/14 03:24:00 UTC, 0 replies.
- git commit: TAJO-1006: Fix wrong storage unit for kilo bytes and others. - posted by hy...@apache.org on 2014/08/14 08:15:06 UTC, 0 replies.
- git commit: TAJO-985: Client API should be non-blocking. (jinho) - posted by jh...@apache.org on 2014/08/18 06:26:20 UTC, 0 replies.
- git commit: TAJO-1007: Update site for new committer and new contributors. - posted by hy...@apache.org on 2014/08/18 10:02:59 UTC, 0 replies.
- svn commit: r1618560 - in /tajo/site: ./ releases/0.8.0/ - posted by hy...@apache.org on 2014/08/18 10:42:51 UTC, 0 replies.
- git commit: TAJO-1009: A binary eval for column references of the same tables should not be recognized as a join condition. - posted by hy...@apache.org on 2014/08/18 11:53:01 UTC, 0 replies.
- git commit: TAJO-984: Improve the default data type handling in RowStoreUtil. (jihoon via hyunsik) - posted by hy...@apache.org on 2014/08/18 12:03:12 UTC, 0 replies.
- git commit: TAJO-1011: EvalTreeUtil::isJoinQual need to handle other join conditions. (jaehwa) - posted by bl...@apache.org on 2014/08/19 15:37:02 UTC, 0 replies.
- [1/2] TAJO-704: TajoMaster HA (jaehwa) - posted by bl...@apache.org on 2014/08/19 16:48:02 UTC, 0 replies.
- [2/2] git commit: TAJO-704: TajoMaster HA (jaehwa) - posted by bl...@apache.org on 2014/08/19 16:48:03 UTC, 0 replies.
- git commit: TAJO-1008: Protocol buffer De/Serialization for EvalNode. - posted by hy...@apache.org on 2014/08/20 07:22:46 UTC, 0 replies.
- git commit: TAJO-1013: a complex equality condition including columns of the same table is recognized as a join condition. - posted by hy...@apache.org on 2014/08/20 08:05:09 UTC, 0 replies.
- [1/2] git commit: Revert "TAJO-1008: Protocol buffer De/Serialization for EvalNode." - posted by hy...@apache.org on 2014/08/20 09:48:38 UTC, 0 replies.
- [2/2] git commit: TAJO-1008: Protocol buffer De/Serialization for EvalNode. - posted by hy...@apache.org on 2014/08/20 09:48:39 UTC, 0 replies.
- [1/2] TAJO-992: Reduce number of hash shuffle output file. Closes #115 - posted by hj...@apache.org on 2014/08/21 05:00:25 UTC, 0 replies.
- [2/2] git commit: TAJO-992: Reduce number of hash shuffle output file. Closes #115 - posted by hj...@apache.org on 2014/08/21 05:00:26 UTC, 0 replies.
- git commit: TAJO-931: Output file can be punctuated depending on the file size. (hyunsik) - posted by hy...@apache.org on 2014/08/21 06:37:39 UTC, 0 replies.
- git commit: TAJO-1004: UniformRangePartition cannot deal with unicode ranges. - posted by hy...@apache.org on 2014/08/21 09:06:27 UTC, 0 replies.
- git commit: TAJO-873: Query status is still RUNNING after session expired. (Hyoungjun Kim, jinho) - posted by jh...@apache.org on 2014/08/22 13:54:34 UTC, 0 replies.
- [01/25] TAJO-906: Runtime code generation for evaluating expression trees. - posted by hy...@apache.org on 2014/08/23 19:37:50 UTC, 0 replies.
- [02/25] TAJO-906: Runtime code generation for evaluating expression trees. - posted by hy...@apache.org on 2014/08/23 19:37:51 UTC, 0 replies.
- [03/25] TAJO-906: Runtime code generation for evaluating expression trees. - posted by hy...@apache.org on 2014/08/23 19:37:52 UTC, 0 replies.
- [04/25] TAJO-906: Runtime code generation for evaluating expression trees. - posted by hy...@apache.org on 2014/08/23 19:37:53 UTC, 0 replies.
- [05/25] TAJO-906: Runtime code generation for evaluating expression trees. - posted by hy...@apache.org on 2014/08/23 19:37:54 UTC, 0 replies.
- [06/25] TAJO-906: Runtime code generation for evaluating expression trees. - posted by hy...@apache.org on 2014/08/23 19:37:55 UTC, 0 replies.
- [07/25] TAJO-906: Runtime code generation for evaluating expression trees. - posted by hy...@apache.org on 2014/08/23 19:37:56 UTC, 0 replies.
- [08/25] TAJO-906: Runtime code generation for evaluating expression trees. - posted by hy...@apache.org on 2014/08/23 19:37:57 UTC, 0 replies.
- [09/25] TAJO-906: Runtime code generation for evaluating expression trees. - posted by hy...@apache.org on 2014/08/23 19:37:58 UTC, 0 replies.
- [10/25] TAJO-906: Runtime code generation for evaluating expression trees. - posted by hy...@apache.org on 2014/08/23 19:37:59 UTC, 0 replies.
- [11/25] TAJO-906: Runtime code generation for evaluating expression trees. - posted by hy...@apache.org on 2014/08/23 19:38:00 UTC, 0 replies.
- [12/25] TAJO-906: Runtime code generation for evaluating expression trees. - posted by hy...@apache.org on 2014/08/23 19:38:01 UTC, 0 replies.
- [13/25] TAJO-906: Runtime code generation for evaluating expression trees. - posted by hy...@apache.org on 2014/08/23 19:38:02 UTC, 0 replies.
- [14/25] TAJO-906: Runtime code generation for evaluating expression trees. - posted by hy...@apache.org on 2014/08/23 19:38:03 UTC, 0 replies.
- [15/25] TAJO-906: Runtime code generation for evaluating expression trees. - posted by hy...@apache.org on 2014/08/23 19:38:04 UTC, 0 replies.
- [16/25] TAJO-906: Runtime code generation for evaluating expression trees. - posted by hy...@apache.org on 2014/08/23 19:38:05 UTC, 0 replies.
- [17/25] TAJO-906: Runtime code generation for evaluating expression trees. - posted by hy...@apache.org on 2014/08/23 19:38:06 UTC, 0 replies.
- [18/25] TAJO-906: Runtime code generation for evaluating expression trees. - posted by hy...@apache.org on 2014/08/23 19:38:07 UTC, 0 replies.
- [19/25] TAJO-906: Runtime code generation for evaluating expression trees. - posted by hy...@apache.org on 2014/08/23 19:38:08 UTC, 0 replies.
- [20/25] TAJO-906: Runtime code generation for evaluating expression trees. - posted by hy...@apache.org on 2014/08/23 19:38:09 UTC, 0 replies.
- [21/25] TAJO-906: Runtime code generation for evaluating expression trees. - posted by hy...@apache.org on 2014/08/23 19:38:10 UTC, 0 replies.
- [22/25] TAJO-906: Runtime code generation for evaluating expression trees. - posted by hy...@apache.org on 2014/08/23 19:38:11 UTC, 0 replies.
- [23/25] TAJO-906: Runtime code generation for evaluating expression trees. - posted by hy...@apache.org on 2014/08/23 19:38:12 UTC, 0 replies.
- [24/25] TAJO-906: Runtime code generation for evaluating expression trees. - posted by hy...@apache.org on 2014/08/23 19:38:13 UTC, 0 replies.
- [25/25] git commit: TAJO-906: Runtime code generation for evaluating expression trees. - posted by hy...@apache.org on 2014/08/23 19:38:14 UTC, 0 replies.
- git commit: TAJO-986: Task scheduler gets incorrect task size. (Mai Hai Thanh via jihoon) - posted by ji...@apache.org on 2014/08/27 13:12:45 UTC, 0 replies.
- git commit: TAJO-1020: TajoContainerProxy::assignExecutionBlock causes NPE by race condition. - posted by hy...@apache.org on 2014/08/27 13:21:13 UTC, 0 replies.