Re: [PR] [SPARK-47932][SQL][TEST] Avoid using legacy commons-lang [spark]

2024-04-22 Thread via GitHub
pan3793 commented on PR #46154: URL: https://github.com/apache/spark/pull/46154#issuecomment-2068608865 @smileyboy2019 Please STOP spamming on this thread. You can refer to https://spark.apache.org/community.html to subscribe to Spark Mailing lists and ask questions. -- This is an

Re: [PR] [SPARK-47932][SQL][TEST] Avoid using legacy commons-lang [spark]

2024-04-22 Thread via GitHub
smileyboy2019 commented on PR #46154: URL: https://github.com/apache/spark/pull/46154#issuecomment-2068599219 How to use Structured Streaming in Spark SQL In Flink, you can create flow calculation tables using Flink SQL, and directly connect with SQL through CDC and Kafka. How to use SQL

Re: [PR] [SPARK-47932][SQL][TEST] Avoid using legacy commons-lang [spark]

2024-04-21 Thread via GitHub
pan3793 commented on PR #46154: URL: https://github.com/apache/spark/pull/46154#issuecomment-2068515201 @smileyboy2019 the question is irrelevant to this PR, please ask questions in the mailing list or Slack. -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] [SPARK-47932][SQL][TEST] Avoid using legacy commons-lang [spark]

2024-04-21 Thread via GitHub
smileyboy2019 commented on PR #46154: URL: https://github.com/apache/spark/pull/46154#issuecomment-2068511712 Structured Streaming supports writing Spark SQL and using SQL to write stream processing logic. Is this possible, similar to the syntax of Flink. SQL can satisfy the flow

[PR] [SPARK-47932][SQL][TEST] Avoid using legacy commons-lang [spark]

2024-04-21 Thread via GitHub
pan3793 opened a new pull request, #46154: URL: https://github.com/apache/spark/pull/46154 ### What changes were proposed in this pull request? Remove usage of `commons-lang` and in favor `commons-lang3` ### Why are the changes needed? Migrate `commons-lang` to