Skip to content

Conversation

JinHai-CN
Copy link
Contributor

What problem does this PR solve?

infiniflow=> select * from t1;
 c1 | c2 
----+----
  2 |  2
  3 |  3
  4 |  4
  5 |  5
curl --request PUT --url localhost:23820/databases/default/tables/t1/docs --header 'accept: application/json' --header 'content-type: application/json' --data '    
{
    "update": { "c2": 5 }, "filter": "c1  = 3"
} '
infiniflow=> select * from t1;
 c1 | c2 
----+----
  2 |  2
  4 |  4
  5 |  5
  3 |  5
(4 rows)

Issue link:#779

Type of change

  • New Feature (non-breaking change which adds functionality)

@JinHai-CN JinHai-CN added the ci PR can be test label Mar 23, 2024
@JinHai-CN JinHai-CN merged commit 745e103 into infiniflow:main Mar 23, 2024
@JinHai-CN JinHai-CN mentioned this pull request Mar 23, 2024
23 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci PR can be test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant