summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-11-26Test method remove "throws Exception".HEADdevelopdoufenghu
2024-11-26Merge branch 'develop' of ↵doufenghu
https://git.mesalab.cn/galaxy/platform/groot-stream into develop
2024-11-26Merge branch 'feature/udaf-collect' into 'develop'王宽
[feature][core]CN-1730 修改函数类名为ArrayConcatAgg See merge request galaxy/platform/groot-stream!144
2024-11-26[feature][core]CN-1730 修改函数类名为ArrayConcatAggwangkuan
2024-11-26Merge branch 'develop' of ↵doufenghu
https://git.mesalab.cn/galaxy/platform/groot-stream into develop
2024-11-26Merge branch 'feature/udaf-collect' into 'develop'王宽
[feature][core]CN-1730 回滚CollectList和CollectSet,新增数组聚合函数ArrayContactAgg及相关单元测试 See merge request galaxy/platform/groot-stream!143
2024-11-26[feature][core]CN-1730 ↵wangkuan
回滚CollectList和CollectSet,新增数组聚合函数ArrayContactAgg及相关单元测试
2024-11-25Merge branch 'develop' of ↵doufenghu
https://git.mesalab.cn/galaxy/platform/groot-stream into develop
2024-11-25Add ARRAY_CONCAT_AGG aggregate function descdoufenghu
2024-11-25Add a description for the groot-api moduledoufenghu
2024-11-25Add ARRAY_CONCAT_AGG aggregate function descdoufenghu
2024-11-23Add a decription for the groot-api moduledoufenghu
2024-11-23[Improve][e2e] Rename all e2e test modules to adapt to changes in the API ↵doufenghu
operators.
2024-11-23[Improve][bootstrap] Enhance the dynamic loading of JAR files by configuring ↵doufenghu
env.jars parameter to specify the plugin/third-parth JAR file path.
2024-11-21Update udaf.md王宽
2024-11-21Merge branch 'feature/udaf-collect' into 'develop'王宽
[feature][core]CN-1730 拓展CollectList和CollectSet,增加collect_type配置项用于区分对每个array元素或整个object聚合 See merge request galaxy/platform/groot-stream!142
2024-11-21[feature][core]CN-1730 ↵wangkuan
拓展CollectList和CollectSet,增加collect_type配置项用于区分对每个array元素或整个object聚合
2024-11-19Merge branch 'improve/processor' into 'develop'v1.8.0.1-SNAPSHOT王宽
[improve][bootstrap]修改原UDFUtil工具类位置,后期加载udf函数方式待优化 See merge request galaxy/platform/groot-stream!141
2024-11-19[improve][bootstrap]修改原UDFUtil工具类位置,后期加载udf函数� ↵wangkuan
��式待优化
2024-11-18Merge branch 'develop' of ↵lifengchao
https://git.mesalab.cn/galaxy/platform/groot-stream into develop
2024-11-18[Improve][format] format添加测试lifengchao
2024-11-18Merge branch 'fix/aviator-expression' into 'develop'王宽
[fix][core]补充提交processor函数过滤功能 See merge request galaxy/platform/groot-stream!138
2024-11-18[fix][core]补充提交processor函数过滤功能wangkuan
2024-11-18[Improve][bootstrap] ↵lifengchao
删除getInputNode方法,直接参数中直接传入inputNode参数
2024-11-18Merge branch 'fix/aviator-expression' into 'develop'王宽
[fix][core][api]统一Aviator表达式语法和调用方式,所有processor和函数使用表达式不需要使用event.字段名。 See merge request galaxy/platform/groot-stream!137
2024-11-18[fix][core][api]解决udfEntity重命名冲突wangkuan
2024-11-18Merge branch 'develop' into 'fix/aviator-expression'王宽
# Conflicts: # groot-core/src/main/java/com/geedgenetworks/core/processor/aggregate/AbstractFirstAggregation.java # groot-core/src/main/java/com/geedgenetworks/core/processor/aggregate/AggregateProcessorFunction.java # groot-core/src/main/java/com/geedgenetworks/core/processor/projection/ProjectionProcessFunction.java
2024-11-18[fix][core][api]统一Aviator表达式语法和调用方式,所有processor� ↵wangkuan
��函数使用表达式不需要使用event.字段名。
2024-11-16[Improve][core] Preprocessing 和 postprocessing ↵doufenghu
标识已过期,后续任务将被移除。修复了 Split side output 下游节点存在其他边无法正确构建拓扑的问题。
2024-11-14 support mvnw commanddoufenghu
2024-11-14[Improve][bootstrap] OperatorType has been renamed to JobStage, defined as a ↵doufenghu
job stream processing stage. Each stage can be configured with multiple types of operators.
2024-11-14[Feature][api] AviatorFilterProcessorFactory renamed to ↵doufenghu
FilterProcessorFactory.The Factory add supportsType method for supporting legency type of avaitor.
2024-11-13[Feature][SPI] ↵lifengchao
Factory接口只保留type方法;包位置移动;连接器类名xxTableFactory改为xxConnectorFactory
2024-11-13开发文档增加设计架构图doufenghu
2024-11-13Merge remote-tracking branch 'origin/develop' into developdoufenghu
2024-11-13Release 1.8.0-snapshot 增加groot-api模块,统一connector与processor ↵doufenghu
类加载机制。
2024-11-13Merge branch 'feature/spi' into 'develop'窦凤虎
Feature/spi See merge request galaxy/platform/groot-stream!136
2024-11-13Release 1.7.2-snapshotv1.7.2-SNAPSHOTdoufenghu
2024-11-13[Feature][API] 统一Operator实例生成接口为Factory. Connector Factory ↵doufenghu
Identifier 统一为type,与任务配置文件保持一致.
2024-11-10[Feature][SPI] SPI/Common module ↵doufenghu
依赖库梳理,xxExecutor删除不必要的参数传递。
2024-11-09[Feature][SPI] ↵doufenghu
增加groot-spi模块,解耦core和common模块之间的复杂依赖关系,移除一些不需要的类库。
2024-11-08[Feature][SPI] First stage commitdoufenghu
2024-11-08Merge branch 'fix/version' into 'develop'王宽
[fix][end-to-end-example]回滚误提交的两个配置文件 See merge request galaxy/platform/groot-stream!135
2024-11-08[fix][end-to-end-example]回滚误提交的两个配置文件wangkuan
2024-11-08Merge branch 'improve/uuidv5' into 'develop'王宽
[improve][core]GAL-675 UUIDv5新增NAMESPACE_CELL See merge request galaxy/platform/groot-stream!133
2024-11-08Merge branch 'release/1.7.0' into 'improve/uuidv5'王宽
# Conflicts: # pom.xml
2024-11-08[improve][core]GAL-675 UUIDv5新增NAMESPACE_CELLwangkuan
2024-11-06[Improve][HMAC] A nullable value not output an HMAC value.doufenghu
2024-11-05Merge branch 'fix/udf-encrypt' into 'develop'王宽
[fix][core] Encrypt函数使用aes-128-gcm加密算法时相同明文生成相同的密文 See merge request galaxy/platform/groot-stream!130
2024-11-05[fix][core] ↵侯晋川
Encrypt函数使用aes-128-gcm加密算法时相同明文生成相同的密文