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

SK-1439 fix multiple unique column_names in get record request. #140

Merged
merged 3 commits into from
Jan 25, 2024

Conversation

yaswanth-pula-skyflow
Copy link
Collaborator

No description provided.

@@ -1930,6 +1941,78 @@ describe('get method with options', () => {
});


});

test('get method should send request url with single column name for multiple column value', (done) => {
Copy link

Choose a reason for hiding this comment

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

What is the difference between the two tests? Somehow did not spot the different.

}
});

const response = skyflow.get(getByIdWithValidMultipleUniqColumnOptions,{encodeURI:false});
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@roshmik {encode: false} is the option we have added in this test and not was in the above test.
My bad, didn't add it in description.

@yaswanth-pula-skyflow yaswanth-pula-skyflow changed the base branch from master to release/24.1.2 January 25, 2024 03:52
@yaswanth-pula-skyflow yaswanth-pula-skyflow merged commit afc34c0 into release/24.1.2 Jan 25, 2024
4 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.

5 participants