[
https://issues.apache.org/jira/browse/TAJO-977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14075364#comment-14075364
]
Hudson commented on TAJO-977:
-----------------------------
SUCCESS: Integrated in Tajo-master-build #314 (See
[https://builds.apache.org/job/Tajo-master-build/314/])
TAJO-977: INSERT into a partitioned table as SELECT statement uses a wrong
schema. (Hyoungjun Kim via hyunsik) (hyunsik: rev
9880f06fd9e13402593a48a834df972e5b170fe2)
*
tajo-core/src/main/java/org/apache/tajo/engine/planner/physical/ColPartitionStoreExec.java
* CHANGES
* tajo-core/src/test/java/org/apache/tajo/engine/query/TestInsertQuery.java
> INSERT into a partitioned table as SELECT statement uses a wrong schema.
> ------------------------------------------------------------------------
>
> Key: TAJO-977
> URL: https://issues.apache.org/jira/browse/TAJO-977
> Project: Tajo
> Issue Type: Bug
> Reporter: Hyoungjun Kim
> Assignee: Hyoungjun Kim
> Priority: Minor
> Fix For: 0.9.0
>
>
> Currently Tajo uses a output schema for INSERT into partitioned table
> statement. In most cases, this should not be a problem. But, Parquet file
> occurs a error because Parquet file format has schema meta data itself.
> The result file of the following query has wrong column meta.
> {code}
> create table parquet_test (col1 text, col2 text) using parquet;
> insert into select substr(col1, 1, 3) from table1;
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)