Skip to content

Conversation

liuxiaocs7
Copy link
Contributor

Signed-off-by:

Pre-Checklist

Note: Please complete ALL items in the following checklist.

  • I have read through the CONTRIBUTING.md documentation.
  • My code has the necessary comments and documentation (if needed).
  • I have added relevant tests.

Purpose

Some description about what this PR wants to do.

Approaches

Some description about how this PR achives the purpose.

Related Issues

Close #327

New Behavior (screenshots if needed)

N/A

}

toTypeInformation.put(entry.getKey(), customTypeInfo);
toTypeInformation.put(StringUtils.lowerCase(entry.getKey()), customTypeInfo);
Copy link
Collaborator

Choose a reason for hiding this comment

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

This will influence the logic in the class FileMappingTypeInfoConverter and it's subclass, plz add more test for this one.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you for your suggestion. I will add more tests later.

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.

[BitSail][Features] Support type definition case-independent

3 participants