eyewire opened a new issue #6286:
URL: https://github.com/apache/incubator-doris/issues/6286


   **Describe the bug**
   flink-doris-connector sink failed
   
   **To Reproduce**
   Steps to reproduce the behavior:
   `tableEnv.executeSql("CREATE TABLE 
flink_doris_sink_hour_task_user_stage_work_time (\n" +
                   "    date_key STRING,\n" +
                   "    hour_key INT,\n" +
                   "    template_id INT,\n" +
                   "    mark_id INT,\n" +
                   "    user_id INT,\n" +
                   "    union_id INT,\n" +
                   "    stage STRING,\n" +
                   "    duration BIGINT,\n" +
                   "    created STRING\n" +
                   "    ) \n" +
                   "    WITH (\n" +
                   "      'connector' = 'doris',\n" +
                   "      'fenodes' = '10.157.6.121:8030',\n" +
                   "      'table.identifier' = 
'testDb.dws_hour_task_user_stage_work_time',\n" +
                   "      'username' = 'zhongce',\n" +
                   "      'password' = ''\n" +
                   ")");
   TableResult result = tableEnv.executeSql("INSERT INTO 
flink_doris_sink_hour_task_user_stage_work_time" +
                   " select * from event_source_view");
   `
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   **Screenshots**
   
![image](https://user-images.githubusercontent.com/16100514/126448486-a1563e9a-8145-45fd-bc13-8f29caa4fbe4.png)
   
   **Additional context**
   Add any other context about the problem here.
   


-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to