Skip to content

Add stringType and binaryType to the list of dataType map #1506

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

amahussein
Copy link
Collaborator

Signed-off-by: Ahmed Hussein (amahussein) [email protected]

Fixes #1492

Adds 2 new entries to the dataTypes map defined in the PluginTypeChecker

  • string: varchar, car
  • binary: blob

Signed-off-by: Ahmed Hussein (amahussein) <[email protected]>

Fixes NVIDIA#1492

Adds 2 new entries to the dataTypes map defined in the PluginTypeChecker
- string: varchar, car
- binary: blob
@amahussein amahussein added the core_tools Scope the core module (scala) label Jan 22, 2025
@amahussein amahussein self-assigned this Jan 22, 2025
case "int" => Seq("integer")
case "long" => Seq("bigint")
case "short" => Seq("smallint")
case "string" => Seq("varchar", "char")
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

string and binary are 2 new rows.
The rest of changes in rows were due to order the entries alphabetically.

@amahussein amahussein changed the title Add string and binary to the list of dataType map Add stringType and binaryType to the list of dataType map Jan 22, 2025
Copy link
Collaborator

@parthosa parthosa left a comment

Choose a reason for hiding this comment

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

Thanks @amahussein. LGTME.

Copy link
Collaborator

@cindyyuanjiang cindyyuanjiang left a comment

Choose a reason for hiding this comment

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

Thanks @amahussein! LGTM.

@amahussein amahussein merged commit 9f41029 into NVIDIA:dev Jan 22, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core_tools Scope the core module (scala)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Tools should be able to recognize dataType aliases
3 participants