Skip to content

HIVE-21959 Clean up Concatenate and Msck DDL commands#703

Closed
miklosgergely wants to merge 1 commit intoapache:masterfrom
miklosgergely:HIVE-21959
Closed

HIVE-21959 Clean up Concatenate and Msck DDL commands#703
miklosgergely wants to merge 1 commit intoapache:masterfrom
miklosgergely:HIVE-21959

Conversation

@miklosgergely
Copy link
Contributor

Concatenate and Msck DDL use basic data structure implementations instead of their interfaces for variable declaration, like ArrayList instead of List, LinkedHashMap instead of Map, etc. This is due to a lot of similar issues in the code, which needs to be cleaned.

Concatenate also had a non-immutable Desc class, that needs to be transformed into an immutable one. Concatenate operation code should be cut into smaller functions.

@miklosgergely miklosgergely force-pushed the HIVE-21959 branch 2 times, most recently from 71d81b2 to 0a9124b Compare July 7, 2019 23:14
@miklosgergely
Copy link
Contributor Author

New patch passed the tests, please merge this.

@asfgit asfgit closed this in 12712d5 Jul 9, 2019
@miklosgergely miklosgergely deleted the HIVE-21959 branch November 27, 2019 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants