Thank you for taking time to contribute this pull request! You might have already read the [contributor guide][1], but as a reminder, please make sure to:
- Sign the contributor license agreement
- Rebase your changes on the latest
main
branch and squash your commits - Add/Update unit tests as needed
- Run a build and make sure all tests pass prior to submission
Comment From: markpollack
Thanks, I see that order
is missing in the builder class as well. I think we should deprecate all but one or two of the constructors and then use the builder for creating instances of this class. I'll create an issue.
Comment From: markpollack
I've created #1823 to address this issue. I'll close this PR. If you would like to take a shot at a new PR that addresses this new issue, that would be appreciated. Thanks for pointing out this gap.