zkaoudi commented on code in PR #528:
URL: https://github.com/apache/incubator-wayang/pull/528#discussion_r2026821475
##########
wayang-platforms/wayang-java/src/main/resources/wayang-java-defaults.properties:
##########
@@ -341,69 +341,89 @@ wayang.java.textfilesource.load.main = {\
"p":0.9\
}
-
Review Comment:
It seems some changes from the previous PR are not included here. Maybe try
to pull the newest changes
##########
wayang-api/wayang-api-scala-java/src/main/scala/org/apache/wayang/api/JavaPlanBuilder.scala:
##########
@@ -25,7 +25,7 @@ import java.util.{Collection => JavaCollection}
import org.apache.commons.lang3.Validate
import org.apache.wayang.api.util.DataQuantaBuilderCache
import org.apache.wayang.basic.data.Record
-import org.apache.wayang.basic.operators.{TableSource, TextFileSource,
KafkaTopicSource, GoogleCloudStorageSource, AmazonS3Source,
AzureBlobStorageSource}
Review Comment:
Same here, some changes from the previous PR are removed here
##########
wayang-api/wayang-api-scala-java/src/main/scala/org/apache/wayang/api/PlanBuilder.scala:
##########
@@ -24,7 +24,7 @@ package org.apache.wayang.api
import org.apache.commons.lang3.Validate
import org.apache.wayang.api
import org.apache.wayang.basic.data.Record
-import org.apache.wayang.basic.operators.{CollectionSource, ObjectFileSource,
TableSource, TextFileSource, GoogleCloudStorageSource, AmazonS3Source,
AzureBlobStorageSource}
Review Comment:
here as well
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]