Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

TAJO-20: INSERT INTO ... SELECT #72

Closed
wants to merge 3 commits into from
Closed

Conversation

babokim
Copy link
Contributor

@babokim babokim commented Jul 14, 2014

No description provided.

김형준 and others added 3 commits June 4, 2014 18:22
…into TAJO-20

Conflicts:
	tajo-core/src/main/java/org/apache/tajo/engine/planner/PreLogicalPlanVerifier.java
	tajo-core/src/test/java/org/apache/tajo/QueryTestCaseBase.java
	tajo-core/src/test/java/org/apache/tajo/engine/query/TestCreateTable.java
@@ -43,6 +51,17 @@
protected final int [] keyIds;
protected final String [] keyNames;

static final ThreadLocal<NumberFormat> OUTPUT_FILE_FORMAT_SEQ =
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems to be not used.

@hyunsik
Copy link
Member

hyunsik commented Jul 15, 2014

+1

In overall, the patch looks nice to me, and it includes nice unit tests. I also verified 'mvn clean install'.

Before commiting it, I'll do as follows:

  • add more comments to new implemented methods
  • rename the unit test method that I pointed out
  • removed unused static variable

@asfgit asfgit closed this in 499d108 Jul 15, 2014
babokim pushed a commit to babokim/tajo that referenced this pull request Dec 11, 2014
ZEPPELIN-122 prevent add resource more than twice in a same connection
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants