XComp commented on pull request #17003:
URL: https://github.com/apache/flink/pull/17003#issuecomment-907097813
Just to make things clear for me: Why do we focus on `shade-flink`,
`shade-dist` and `default` but not the others?
```
grep -o ':shade \([^\)]*\)' mvn-compile.out | cut -d'(' -f2 | sort | uniq -c
1 BatchSQLTestProgram
1 ClassLoaderTestProgram
1 DataSetAllroundTestProgram
1 DataSetFineGrainedRecoveryTestProgram
1 DataStreamAllroundTestProgram
1 DataStreamStateTTLTestProgram
1 DistributedCacheViaBlobTestProgram
1 Elasticsearch5SinkExample
1 Elasticsearch6SinkExample
1 Elasticsearch7SinkExample
1 FileSinkTestProgram
1 HeavyDeploymentStressTestProgram
1 HighParallelismIterationsTestProgram
1 LibPackage
1 MatrixVectorMul
1 NettyShuffleMemoryControlTestProgram
1 PeriodicStreamingJob
1 PythonUdfSqlJobExample
1 QsStateClient
1 QsStateProducer
1 RocksDBStateMemoryControlTestProgram
1 StatefulStreamJobUpgradeTestProgram
1 StatefulStreamingJob
1 StickyAllocationAndLocalRecoveryTestJob
1 StreamSQLTestProgram
1 TestAvroConsumerConfluent
1 TpcdsTestProgram
1 TpchTestProgram
1 bash-utils
3 default
1 fat-jar-glue-schema-registry
1 fat-jar-kafka-example
1 fat-jar-kinesis-example
1 shade-dist
188 shade-flink
```
Most of the stuff seem to be related to e2e tests which makes them not
relevant to the NOTICE file, correct? And `bash-utils` only contains one
utility class implemented by us which makes it irrelevant for the NOTICE file
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]