You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/10/12 02:45:54 UTC

[skywalking] branch oal2 updated (9b99252 -> ae808e3)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch oal2
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


    from 9b99252  Add one missing change log for #7904
     add ae808e3  * Support `(str->long)` and `(long)` for string to long cast statement. * Support `(str->int)` and `(int)` for string to int cast statement. * Support literal `string` as parameter of aggregation function. * Add `attributeExpression` and `attributeExpressionSegment` in the OAL grammar tree to support `map` type for the   attribute expression.

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                            | 10 +++++++---
 docs/en/concepts-and-designs/oal.md                   | 16 ++++++++--------
 .../org/apache/skywalking/oal/rt/grammar/OALLexer.g4  |  4 +++-
 .../org/apache/skywalking/oal/rt/grammar/OALParser.g4 | 18 +++++++++++++-----
 .../skywalking/oal/rt/parser/AnalysisResult.java      | 10 ++++++++--
 .../org/apache/skywalking/oal/rt/parser/Argument.java |  4 ++++
 .../apache/skywalking/oal/rt/parser/EntryMethod.java  |  2 +-
 .../apache/skywalking/oal/rt/parser/OALListener.java  | 19 +++++++++++++------
 .../apache/skywalking/oal/rt/util/TypeCastUtil.java   | 16 ++++++++++------
 .../skywalking/oal/rt/parser/ScriptParserTest.java    | 10 +++++++---
 10 files changed, 74 insertions(+), 35 deletions(-)