Skip to content

Fix test failures for Simba JDBC driver#546

Open
brian-rickman wants to merge 1 commit intosprint-55from
fix_simba_jdbc_test_3
Open

Fix test failures for Simba JDBC driver#546
brian-rickman wants to merge 1 commit intosprint-55from
fix_simba_jdbc_test_3

Conversation

@brian-rickman
Copy link
Copy Markdown

No description provided.

@sanjay990 sanjay990 self-requested a review May 2, 2017 18:18
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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.

2 participants