FrankChen021 / bithon

An observability platform mainly for Java
Apache License 2.0
14 stars 4 forks source link

Use map access syntax for tags search #785

Closed FrankChen021 closed 1 month ago

FrankChen021 commented 1 month ago

Fixes #770

  1. use map access expression for 'tags'
  2. validate map access expression
  3. uses new expression syntax at the FE side

This also introduces incompatibility for old schema that actually has Map datatype used in the underlying storage. These must be updated to use the new IDataType.OBJECT