File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/scala/ldbc/snb/datagen/spark Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ object LdbcDatagen extends SparkApp {
86
86
87
87
opt[Unit ](" keep-implicit-deletes" )
88
88
.action((x, c) => args.keepImplicitDeletes.set(c)(true ))
89
- .text(" Keep implicit deletes. Only applicable to BI mode. By default the BI output doesn't contain dynamic entities that " +
90
- " without the explicitlyDeleted attribute and filters dynamic entities where explicitlyDeleted is false. " +
89
+ .text(" Keep implicit deletes. Only applicable to BI mode. By default the BI output doesn't contain dynamic entities" +
90
+ " without the explicitlyDeleted attribute and removes the rows where the attribute is false." +
91
91
" Setting this flag retains all deletes." )
92
92
93
93
opt[Map [String ,String ]](" format-options" )
You can’t perform that action at this time.
0 commit comments