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

Parse index path value in ddl response not only as String #395

Closed
ArtDu opened this issue May 29, 2023 · 0 comments · Fixed by #397
Closed

Parse index path value in ddl response not only as String #395

ArtDu opened this issue May 29, 2023 · 0 comments · Fixed by #397
Assignees
Labels
bug Something isn't working

Comments

@ArtDu
Copy link
Contributor

ArtDu commented May 29, 2023

It could be Integer (field no)

if (fieldPathValue == null || !fieldPathValue.isStringValue()) {

@ArtDu ArtDu added the bug Something isn't working label May 30, 2023
@ArtDu ArtDu assigned ArtDu and unassigned iDneprov Jun 5, 2023
@iDneprov iDneprov assigned iDneprov and unassigned ArtDu Jun 5, 2023
@ArtDu ArtDu changed the title Parse indexName in ddl response not only as String Parse index path value in ddl response not only as String Jun 6, 2023
iDneprov added a commit that referenced this issue Jun 7, 2023
Change TarantoolIndexPartMetadata.path type from String to Object to store String or int values

Closes #395
iDneprov added a commit that referenced this issue Jun 7, 2023
Change TarantoolIndexPartMetadata.path type from String to Object to store String or int values

Closes #395
iDneprov added a commit that referenced this issue Jun 7, 2023
Change TarantoolIndexPartMetadata.path type from String to Object to store String or int values

Closes #395
iDneprov added a commit that referenced this issue Jun 7, 2023
Change TarantoolIndexPartMetadata.path type from String to Object to store String or int values

Closes #395
iDneprov added a commit that referenced this issue Jun 7, 2023
Change TarantoolIndexPartMetadata.path type from String to Object to store String or int values

Closes #395
dkasimovskiy pushed a commit that referenced this issue Jun 8, 2023
Change TarantoolIndexPartMetadata.path type from String to Object to store String or int values

Closes #395
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants