apache / incubator-wayang

Apache Wayang(incubating) is the first cross-platform data processing system.
https://wayang.incubator.apache.org/
Apache License 2.0
174 stars 70 forks source link

cached or uncached? #393

Closed github-actions[bot] closed 3 months ago

github-actions[bot] commented 6 months ago

cached or uncached?

https://github.com/apache/incubator-wayang/blob/f8d4a8efb107a2073f2c8ac4dedc0fb4b0474859/wayang-platforms/wayang-spark/code/main/java/org/apache/wayang/spark/operators/ml/SparkKMeansOperator.java#L73


    @Override
    public List<ChannelDescriptor> getSupportedInputChannels(int index) {
        // TODO cached or uncached?
        return Arrays.asList(RddChannel.UNCACHED_DESCRIPTOR, RddChannel.CACHED_DESCRIPTOR);
    }

    @Override
    public List<ChannelDescriptor> getSupportedOutputChannels(int index) {
        return Collections.singletonList(CollectionChannel.DESCRIPTOR);
    }

    @Override

eb967794c4ff90a335e971aba356afc7ef134b87

github-actions[bot] commented 3 months ago

Closed in b0b60543e2317f19ea845f7fdbc21a6a4641d2ef