-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.19.0
-
Fix Version/s: 1.20.0
-
Component/s: elasticsearch-adapter
-
Labels:
No scripting should be used for simple field projection(s).
In some cases elastic adapter uses script instead of _source for simple field projections.
select _MAP['a'], _MAP['b.a'] from elastic
- links to