Skip to content

docs(isthmus): javadoc for io.substrait.isthmus.expression classes#764

Merged
bestbeforetoday merged 1 commit intosubstrait-io:mainfrom
mbwhite:fix-javadoc-c-011
Mar 24, 2026
Merged

docs(isthmus): javadoc for io.substrait.isthmus.expression classes#764
bestbeforetoday merged 1 commit intosubstrait-io:mainfrom
mbwhite:fix-javadoc-c-011

Conversation

@mbwhite
Copy link
Contributor

@mbwhite mbwhite commented Mar 18, 2026

No description provided.

Signed-off-by: MBWhite <whitemat@uk.ibm.com>
@mbwhite mbwhite changed the title fix(javadoc): partial isthmus expression docs(isthmus): javadoc for io.substrait.itthmus.expression classes Mar 23, 2026
@nielspardon nielspardon changed the title docs(isthmus): javadoc for io.substrait.itthmus.expression classes docs(isthmus): javadoc for io.substrait.isthmus.expression classes Mar 23, 2026
Comment on lines +90 to 93
*
* <p>Missing {@code ScalarFunctionConverter} and {@code CallConverters.CREATE_SEARCH_CONV}.
*/
public RexExpressionConverter() {
Copy link
Member

Choose a reason for hiding this comment

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

Maybe we make those package-private and bring a @VisibleForTesting contention over?

Copy link
Member

Choose a reason for hiding this comment

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

I agree that anything visible only for testing should ideally be default scope rather than public. Ideally the code would be testable without requiring test-only visibility but I appreciate that it is sometimes necessary / preferred.

Copy link
Member

@bvolpato bvolpato left a comment

Choose a reason for hiding this comment

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

LGTM, just one nit that you can choose to ignore

@mbwhite
Copy link
Contributor Author

mbwhite commented Mar 24, 2026

thanks @bvolpato good idea - but perhaps best to do in a dedicated test related PR...

@bestbeforetoday
Copy link
Member

I agree that this PR should stay focused on updating the Javadoc and code changes should happen in a separate PR, so I will merge as-is.

@bestbeforetoday bestbeforetoday merged commit 434fe29 into substrait-io:main Mar 24, 2026
13 checks passed
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.

3 participants