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

TAJO-2129: Apply new type implementation to Schema and Catalog. - #1016

Closed
hyunsik wants to merge 26 commits into
apache:masterfrom
hyunsik:TAJO-2129
Closed

TAJO-2129: Apply new type implementation to Schema and Catalog.#1016
hyunsik wants to merge 26 commits into
apache:masterfrom
hyunsik:TAJO-2129

Conversation

@hyunsik

Copy link
Copy Markdown
Member

this.mapType = dataType.mapType;
}

// map type

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Wrong comment.

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

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

Thank you for good finding. I removed the comments because the code itself is very intuitive.

@jihoonson

Copy link
Copy Markdown
Contributor

@hyunsik, nice work! I really like some clean simplified implementations related field, schema, and identifier. I left some trivial comments.
In addition, how about making SchemaLegacy and Column classes deprecated?

@hyunsik

Copy link
Copy Markdown
MemberAuthor

Sure, I jut added @deprecated to SchemaLegacy and Column classes.

@hyunsik

Copy link
Copy Markdown
MemberAuthor

I reflected your comments. Thank you for the comments.

@jihoonson

Copy link
Copy Markdown
Contributor

Thanks for quick update.
+1, ship it!

@jihoonson

Copy link
Copy Markdown
Contributor

Would you close this pr?

Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@hyunsik@jihoonson