fixed dedup configuration management in the Broker workflow #341

Merged
claudio.atzori merged 4 commits from fix_8997 into master 2023-10-02 11:03:51 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 7152d47f84 - Show all commits

View File

@ -78,10 +78,10 @@ case class SparkModel(conf: DedupConfig) {
uv
case Type.List | Type.JSON =>
Seq(MapDocumentUtil.truncateList(
MapDocumentUtil.truncateList(
MapDocumentUtil.getJPathList(fdef.getPath, documentContext, fdef.getType),
fdef.getSize
))
).asScala
case Type.StringConcat =>
val jpaths = CONCAT_REGEX.split(fdef.getPath)