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

Fix test failures for Simba JDBC driver #546

Open
wants to merge 1 commit into
base: sprint-55
Choose a base branch
from

Conversation

brian-rickman
Copy link

No description provided.

@sanjay990 sanjay990 self-requested a review May 2, 2017 18:18
Copy link
Member

@sanjay990 sanjay990 left a comment

Choose a reason for hiding this comment

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

LGTM

BigDecimal.valueOf(345.678),
BigDecimal.valueOf(345.678),
BigDecimal.valueOf(345),
new BigDecimal("345.67800"),
Copy link
Member

Choose a reason for hiding this comment

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

Why do we need to create new BigDecimal, can't we use valueOf with scale or something.

Copy link
Author

Choose a reason for hiding this comment

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

That would probably work too, but this shows the value exactly as Tempto displays it if the row doesn't match.

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.

None yet

2 participants