Francesco Capponi
Francesco Capponi
Thank @penghuo for the #795 fix! a follow up on this. When using * in a subfield (non-nested), breaks ``` POST my_test_ndex/_doc/ { "field1": { "subFieldA": 1, "subFieldB": 2 },...
Hi Devs! in one of my use cases I need to parse the query to make sure a user is not accessing to fields he/she is not supposed to. While...
How to reproduce: ``` DELETE /my_index_nested_sub_field PUT /my_index_nested_sub_field { "mappings": { "properties": { "myNestedField": { "type": "nested" } } } } POST my_index_nested_sub_field/_doc/ { "id": 2, "myNestedField": [ { "myNestedId":...
I was experimenting on REPLICA IDENTITY DEFAULT in debezium (https://debezium.io/documentation/reference/stable/connectors/postgresql.html#postgresql-replica-identity), but it seems that the JDBCSinkConnector automatically tries to cast `'__debezium_unavailable_value'` to jsonb, causing an exception. Can we have a...
Allowing multiple Claude Reviewers in the same PR by changing the bot_name (e.g. security_review vs science_skills) ``` Usage Example Configure each workflow with a unique bot_name: # .github/workflows/claude-code-review.yml - uses:...