You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/04/28 09:34:37 UTC

[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #9837: [Feature][plugin/ui] support FlinkSql Task

github-actions[bot] commented on issue #9837:
URL: https://github.com/apache/dolphinscheduler/issues/9837#issuecomment-1111976938

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
   
   
   ### Description
   
   We want FlinkTask to have an editor to fill out flink sql.
   
   
   
   ### Use case
   
   Users can implement flink sql tasks or flink sql cdc tasks through the sql editor, which is convenient for users to perform data processing and ETL.
   
   
   
   
   
   
   
   ### Brief change log
   ProgramType.class add sql type
   FlinkTask.class and FlinkTask.class add main logical for support Spark sql command
   FlinkConstants.class 和 FlinkParameters.class Common parameters for connecting Flink sql commands and methods for obtaining parameters
   use-flink.ts adds some logic to support front-end pages supporting spark sql editing SQL
   
   
   
   ### The effect of the execution
   Our desired front-end effect:
   ![lQLPDhtd5zy8ms7NBDDNBCywPUO0Y5G8idkCaoY5R8AFAA_1068_1072](https://user-images.githubusercontent.com/94423827/165723239-3fc6497c-4d67-4315-bd9c-b377ca3764de.png)
   
   
   ### Verify this pull request
   This change added tests and can be verified as follows:
   
   org.apache.dolphinscheduler.plugin.task.flink.FlinkTaskTest
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org