You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/10/25 06:18:55 UTC

[GitHub] [doris] cambyzju opened a new pull request, #13627: [fix](array-type) support CTAS for ARRAY column from collect_list and collect_set

cambyzju opened a new pull request, #13627:
URL: https://github.com/apache/doris/pull/13627

   # Proposed changes
   
   Issue Number: close #xxx
   
   ## Problem summary
   
   Describe your changes.
   
   CTAS got wrong result for CHAR or VARCHAR type. 
   
   ```
   mysql> create table l1 as select 1, 2, 3, collect_list(k6), collect_list(k7), collect_list(k5) from test_query_qa.test;
   
   ERROR 5025 (HY000): Insert has filtered data in strict mode, tracking_url=http://xxxx.20:8641/api/_load_error_log?file=__shard_0/error_log_insert_stmt_9450186f9af3454c-a7f27c70d8331338_9450186f9af3454c_a7f27c70d8331338
   ```
   
   ## Checklist(Required)
   
   1. Does it affect the original behavior: 
       - [ ] Yes
       - [ ] No
       - [ ] I don't know
   2. Has unit tests been added:
       - [ ] Yes
       - [ ] No
       - [ ] No Need
   3. Has document been added or modified:
       - [ ] Yes
       - [ ] No
       - [ ] No Need
   4. Does it need to update dependencies:
       - [ ] Yes
       - [ ] No
   5. Are there any changes that cannot be rolled back:
       - [ ] Yes (If Yes, please explain WHY)
       - [ ] No
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at [dev@doris.apache.org](mailto:dev@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc...
   
   


-- 
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@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] xy720 merged pull request #13627: [fix](array-type) support CTAS for ARRAY column from collect_list and collect_set

Posted by GitBox <gi...@apache.org>.
xy720 merged PR #13627:
URL: https://github.com/apache/doris/pull/13627


-- 
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@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] carlvinhust2012 commented on pull request #13627: [fix](array-type) support CTAS for ARRAY column from collect_list and collect_set

Posted by GitBox <gi...@apache.org>.
carlvinhust2012 commented on PR #13627:
URL: https://github.com/apache/doris/pull/13627#issuecomment-1290124917

   LGTM


-- 
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@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org