chore: null value passthrough for path columns in OpenAIPrompt#2463
Conversation
|
Hey @levscaut 👋! We use semantic commit messages to streamline the release process. Examples of commit messages with semantic prefixes:
To test your commit locally, please follow our guild on building from source. |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2463 +/- ##
==========================================
+ Coverage 81.82% 84.43% +2.60%
==========================================
Files 335 335
Lines 17747 17750 +3
Branches 1611 1622 +11
==========================================
+ Hits 14522 14987 +465
+ Misses 3225 2763 -462 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ranadeepsingh
left a comment
There was a problem hiding this comment.
Please address Brendan's review comments - else lgtm
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Related Issues/PRs
#xxx
What changes are proposed in this pull request?
Adding a null passthrough mechanism for path columns in OpenAIPrompt. That if all of path columns are null, we passthrough null to underlying service which will also result in null.
How is this patch tested?
Does this PR change any dependencies?
Does this PR add a new feature? If so, have you added samples on website?
website/docs/documentationfolder.Make sure you choose the correct class
estimators/transformersand namespace.DocTablepoints to correct API link.yarn run startto make sure the website renders correctly.<!--pytest-codeblocks:cont-->before each python code blocks to enable auto-tests for python samples.WebsiteSamplesTestsjob pass in the pipeline.