This repository was archived by the owner on Nov 7, 2025. It is now read-only.
Commit 5e41c30
authored
Removing field caps map capabilities to be on par with elasticsearch (#1367)
Elasticsearch does not emit `.keys()` and `.values()` for maps.
Definitely we should not emit `text` type as well. Below `bar` index is
handled by elasticsearch.
<img width="1686" alt="image"
src="https://github.com/user-attachments/assets/b2480303-0a79-49f9-ae9f-2c6aa81f0afb"
/>
and `foo` index handled by `quesma` and `clickhouse` after fix.
<img width="1689" alt="image"
src="https://github.com/user-attachments/assets/3e36a022-75a8-464e-a733-2be5be1b3336"
/>
<!-- A note on testing your PR -->
<!-- Basic unit test run is executed against each commit in the PR.
If you want to run a full integration test suite, you can trigger it by
commenting
with '/run-integration-tests' -->1 parent 7db7f5b commit 5e41c30
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | 76 | | |
81 | 77 | | |
82 | 78 | | |
| |||
0 commit comments