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

Address UX study feedback and API review feedback #23799

Merged
merged 11 commits into from
Aug 31, 2021
Merged

Conversation

srnagar
Copy link
Member

@srnagar srnagar commented Aug 27, 2021

This PR addresses some of the feedback that we received during the user studies and also includes changes that were recommended during the API review.

field.setAccessible(false);
} catch (IllegalAccessException ex) {
throw LOGGER.logExceptionAsError(
new IllegalArgumentException("Failed to set column value for " + columnName, ex));
Copy link
Contributor

Choose a reason for hiding this comment

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

Why allow partial creation of the object?

Copy link
Member Author

Choose a reason for hiding this comment

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

This won't create partial objects. If we fail to set the value of any column, this whole method will throw. So, the caller of this method will not get any result.

Copy link
Contributor

@pallavit pallavit left a comment

Choose a reason for hiding this comment

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

:shipit:

@srnagar srnagar merged commit 218cc1d into Azure:main Aug 31, 2021
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