[PR] [chore](load) display sequence column in show routine load [doris]

2025-07-17 Thread via GitHub


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

   ### What problem does this PR solve?
   
   create routine load appoint sequence column with `ORDER BY`
   ```
   CREATE ROUTINE LOAD testShow ON test_show_routine_load
   COLUMNS TERMINATED BY ",",
   ORDER BY k1
   FROM KAFKA
   (
   "kafka_broker_list" = "10.16.10.7:19092",
   "kafka_topic" = "test_show_routine_load",
   "property.kafka_default_offsets" = "OFFSET_BEGINNING"
   );
   ```
   
   show routine load can not display sequence column.
   
   The pr fix the issue and result is:
   ```
   routine load job properties: 
{"max_batch_rows":"2000","timezone":"Asia/Shanghai","send_batch_parallelism":"1","load_to_single_tablet":"false","column_separator":"','","line_delimiter":"\n","delete":"*","current_concurrent_number":"0","partial_columns":"false","merge_type":"APPEND","exec_mem_limit":"2147483648","strict_mode":"false","max_batch_interval":"60","max_batch_size":"1073741824","escape":"\u","enclose":"\u","partitions":"*","columnToColumnExpr":"","whereExpr":"*","desired_concurrent_number":"256","precedingFilter":"*","format":"csv","max_error_number":"0","max_filter_ratio":"1.0","sequence_col":"k1"}
   ```
   
   ### Release note
   
   None
   
   ### Check List (For Author)
   
   - Test 
   - [ ] Regression test
   - [ ] Unit Test
   - [ ] Manual test (add detailed scripts or steps below)
   - [ ] No need to test or manual test. Explain why:
   - [ ] This is a refactor/code format and no logic has been changed.
   - [ ] Previous test can cover this change.
   - [ ] No code files have been changed.
   - [ ] Other reason 
   
   - Behavior changed:
   - [ ] No.
   - [ ] Yes. 
   
   - Does this need documentation?
   - [ ] No.
   - [ ] Yes. 
   
   ### Check List (For Reviewer who merge this PR)
   
   - [ ] Confirm the release note
   - [ ] Confirm test cases
   - [ ] Confirm document
   - [ ] Add branch pick label 
   
   


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



Re: [PR] [chore](load) display sequence column in show routine load [doris]

2025-07-16 Thread via GitHub


Thearas commented on PR #53441:
URL: https://github.com/apache/doris/pull/53441#issuecomment-3082836692

   
   Thank you for your contribution to Apache Doris.
   Don't know what should be done next? See [How to process your 
PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+your+PR).
   
   Please clearly describe your PR:
   1. What problem was fixed (it's best to include specific error reporting 
information). How it was fixed.
   2. Which behaviors were modified. What was the previous behavior, what is it 
now, why was it modified, and what possible impacts might there be.
   3. What features were added. Why was this function added?
   4. Which code was refactored and why was this part of the code refactored?
   5. Which functions were optimized and what is the difference before and 
after the optimization?
   


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



Re: [PR] [chore](load) display sequence column in show routine load [doris]

2025-07-16 Thread via GitHub


sollhui commented on PR #53441:
URL: https://github.com/apache/doris/pull/53441#issuecomment-3082836517

   run buildall


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