starrocks/fe
yan zhang 7b39acd554
[Enhancement] upgrade hudi-common and fix CVEs (#59501)
Upgrade hudi-common package so we can keep fixing latest CVEs.

Signed-off-by: yan zhang <dirtysalt1987@gmail.com>
2025-05-30 09:34:33 -07:00
..
fe-common [Tool] upgrade puppycrawl checkstyle to 10.21.1 (#56164) 2025-02-25 14:13:40 +08:00
fe-core [Enhancement] upgrade hudi-common and fix CVEs (#59501) 2025-05-30 09:34:33 -07:00
hive-udf [BugFix] Fixed compatibility bug when using jdk17 to compile into jdk8 bytecode (#54680) 2025-01-03 15:57:56 +00:00
plugin-common [UT] Fix the problem that jmockit jar was not found in run-fe-ut.sh execution. (#55164) 2025-02-08 09:59:55 +08:00
spark-dpp [Feature] add bitmap_hash64 function. (#56913) 2025-04-15 19:40:09 +08:00
README
checkstyle-apache-header.txt
checkstyle-header.txt
checkstyle.xml
pom.xml [Enhancement] upgrade hudi-common and fix CVEs (#59501) 2025-05-30 09:34:33 -07:00
starrocks_intellij_style.xml [BugFix] Fix show table status not check view privilege (#53811) 2024-12-13 11:18:16 +08:00

README

# fe-common

This module is used to store some common classes of other modules.

# spark-dpp

This module is Spark DPP program, used for Spark Load function.
Depends: fe-common

# fe-core

This module is the main process module of FE.
Depends: fe-common, spark-dpp