Skip to content

Review from Tom #8983

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

Open
wants to merge 6 commits into
base: feat/pipelines
Choose a base branch
from
Open

Conversation

tom-andersen
Copy link
Contributor

No description provided.

@tom-andersen tom-andersen requested review from a team as code owners April 29, 2025 21:13
Copy link

changeset-bot bot commented Apr 29, 2025

⚠️ No Changeset found

Latest commit: dfe38a4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@tom-andersen tom-andersen changed the base branch from main to feat/pipelines April 29, 2025 21:16
Copy link
Contributor

Vertex AI Mock Responses Check ⚠️

A newer major version of the mock responses for Vertex AI unit tests is available. update_vertexai_responses.sh should be updated to clone the latest version of the responses: v11.0

@@ -3154,7 +3155,7 @@ export function isNull(value: Expr): BooleanExpr;
/**
* @beta
*
* Creates an expression that checks if a field's value evaluates to 'NaN' (Not a Number).
* Creates an expression that checks if tbe value of a field is null.
*
* ```typescript
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The example needs to be fixed

@@ -3139,7 +3140,7 @@ export function isAbsent(value: Expr | string): BooleanExpr {
/**
* @beta
*
* Creates an expression that checks if an expression evaluates to 'NaN' (Not a Number).
* Creates an expression that checks if tbe result of an expression is null.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The example needs to be fixed

@@ -5867,10 +5868,10 @@ export function strConcat(
* ```
*
* @param fieldName The field name of the map field.
* @param subField The key to access in the map.
* @param key The key to access in the map.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

subField doesn't seem quite right within the context of maps. I kinda see where you are going, in which case maybe subFieldName might be more accurate within the context of documents. I personally prefer the word key since it has good programatic meaning.

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.

1 participant