[
https://issues.apache.org/jira/browse/TAJO-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14211861#comment-14211861
]
ASF GitHub Bot commented on TAJO-1131:
--------------------------------------
Github user babokim commented on a diff in the pull request:
https://github.com/apache/tajo/pull/232#discussion_r20343799
--- Diff:
tajo-core/src/test/java/org/apache/tajo/engine/function/TestStringOperatorsAndFunctions.java
---
@@ -613,4 +614,12 @@ public void testConcat_ws() throws IOException {
testSimpleEval("select concat_ws(',', '22', '33', '33') ", new
String[]{"22,33,33"});
testSimpleEval("select concat_ws(',', null, '22') ", new
String[]{"22"});
}
+
+ @Test
+ public void testToChar() throws IOException {
+ DecimalFormat df = new DecimalFormat("0000000000");
+ System.out.println(">>>>>>>>>>>" + df.format(1234));
--- End diff --
This is a temporary code. I will remove it.
> Supports Inserting or Creating table into the HBase mapped table.
> -----------------------------------------------------------------
>
> Key: TAJO-1131
> URL: https://issues.apache.org/jira/browse/TAJO-1131
> Project: Tajo
> Issue Type: Sub-task
> Reporter: Hyoungjun Kim
> Assignee: Hyoungjun Kim
> Priority: Minor
>
> Tajo should support inserting or creating table into the HBase mapped table.
> HBase supports bulk uploading. For using this tool the query result should
> be range partitioned and sorted by a region split range.
> See the following HBase reference.
> http://hbase.apache.org/book/arch.bulk.load.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)