Skip to content
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

feat: Lesson_05 DataProvider implementation #165

Closed
wants to merge 2 commits into from

Conversation

Aaron2278
Copy link
Contributor

AaronSantiagoProvider with customized data type mappings

public Map<String, Class> getColumnTypeByName() {
return Map.of(
"column1", Long.class,
"column2", BigDecimal.class,
Copy link
Contributor

Choose a reason for hiding this comment

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

In the instructions, you were directed to use the "closest possible data type." There is a different data types that would be more efficient to store the data in column2 based on its size.

Switched to Short datatype for efficiency
@Aaron2278 Aaron2278 closed this Mar 11, 2024
@anthonydmays
Copy link
Contributor

Why did you close this PR? This looks like a valid submission.

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