Skip to content

Commit c5cdf7d

Browse files
authored
Refactor comments in DataQuantaBuilderDecorator
Removed comments about the DataFrame API and composable operators.
1 parent 17170cb commit c5cdf7d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

wayang-api/wayang-api-scala-java/src/main/scala/org/apache/wayang/api/util/DataQuantaBuilderDecorator.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ import org.apache.wayang.core.types.DataSetType
2929
*
3030
* DataQuantaBuilderDecorator follows the Decorator design pattern, allowing
3131
* additional behaviour to be added to [[DataQuantaBuilder]] instances without
32-
* modifying the original class. This is particularly useful for building
33-
* flexible and composable data processing pipelines in Apache Wayang,
34-
* including the upcoming DataFrame API where composable operators are essential.
32+
* modifying the original class.
3533
*/
3634
abstract class DataQuantaBuilderDecorator[This <: DataQuantaBuilder[This, Out], Out]
3735
(baseBuilder: DataQuantaBuilder[_, Out])

0 commit comments

Comments
 (0)