-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Description
Is your feature request related to a problem? Please describe.
Some DOE(Doris On ES)'s user maybe want to obtain the native ES document _id which is primary-key for ES Index. They give _id a certain business meaning
Describe the solution you'd like
- Modify Doris FE's verification for column name to support name prefixed by
_, introduce_idinto ES external Table - add
_idfilter_path fores_scan_readerjust only for_sourcemode, because DOE would not get any field or meta-field value fromstored_fields - If you encounter
_idfield just obtain value from top inner-hit node
Describe alternatives you've considered
Do not provide some field-mapping like es-hadoop or presto-es because of a lot of redundant code logic, just explicitly claimed _id column in es table.
Additional context
Please Note: if you needed _id field value, DOE would not enable doc_values scan .
Metadata
Metadata
Assignees
Labels
No labels