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

   # Proposed changes
   
   When execute `show load profile '/'`, the value of `SQL` and `DefaultDb` 
columns are all 'N/A', but we can fill these fields,the result of this pr is as 
follows:
   
   Execute `show load profile '/'\G`:
   
   ```sql
   MySQL [test_d]> show load profile '/'\G
   *************************** 1. row ***************************
      QueryId: 652326
         User: N/A
    DefaultDb: default_cluster:test_d
          SQL: LOAD LABEL 
`default_cluster:test_d`.`dds_broker_load8589513645460`  (APPEND DATA INFILE 
('hdfs://360jinronglycc/user/hive/warehouse/fin_ads.db/ads_zbf_xry_flow_v4_faqi_after/*')
  INTO TABLE ads_zbf_xry_flow_v4_faqi_after FORMAT AS 'ORC' (dt, risk_layer, 
channel_id, flow_type, credit_cust, credit_amt, trial_try_cust, trial_cust, 
irr_rate, trial_cp_cust, coupon_cust, crawl_cust, psw_cust, pcs_cust, 
face_cust, draw_cust) SET (`dt` = `dt`, `risk_layer` = `risk_layer`, 
`channel_id` = `channel_id`, `flow_type` = `flow_type`, `credit_cust` = 
`credit_cust`, `credit_amt` = `credit_amt`, `trial_try_cust` = 
`trial_try_cust`, `trial_cust` = `trial_cust`, `irr_rate` = `irr_rate`, 
`trial_cp_cust` = `trial_cp_cust`, `coupon_cust` = `coupon_cust`, `crawl_cust` 
= `crawl_cust`, `psw_cust` = `psw_cust`, `pcs_cust` = `pcs_cust`, `face_cust` = 
`face_cust`, `draw_cust` = `draw_cust`))  WITH BROKER broker_jingfen 
("dfs.client.failover.proxy.provider"  =  "org.apache.hadoop.hdfs.server.nameno
 de.ha.ConfiguredFailoverProxyProvider", "hadoop.security.authentication"  =  
"kerberos", "kerberos_principal"  =  "b...@lycc.com", "kerberos_keytab"  =  
"/etc/bolt_safe_lycc.keytab", "dfs.namenode.rpc-address.360jinronglycc.nn1"  =  
"oaos245.finloan.lycc.qihoo.net:8020", "_DORIS_STORAGE_TYPE_"  =  "BROKER", 
"dfs.namenode.rpc-address.360jinronglycc.nn2"  =  
"oaos246.finloan.lycc.qihoo.net:8020", "dfs.nameservices"  =  "360jinronglycc", 
"dfs.ha.namenodes.360jinronglycc"  =  "nn1, nn2")  PROPERTIES 
("max_filter_ratio" = "0", "timeout" = "30000")
    QueryType: Load
    StartTime: 2023-01-12 18:33:34
      EndTime: 2023-01-12 18:33:46
    TotalTime: 11s613ms
   QueryState: N/A
   1 row in set (0.01 sec)
   ```
   
   
   ## Problem summary
   
   Describe your changes.
   
   ## Checklist(Required)
   
   1. Does it affect the original behavior: 
       - [ ] Yes
       - [x] No
       - [ ] I don't know
   2. Has unit tests been added:
       - [ ] Yes
       - [ ] No
       - [x] No Need
   3. Has document been added or modified:
       - [ ] Yes
       - [x] No
       - [ ] No Need
   4. Does it need to update dependencies:
       - [ ] Yes
       - [x] No
   5. Are there any changes that cannot be rolled back:
       - [ ] Yes (If Yes, please explain WHY)
       - [x] No
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at 
[d...@doris.apache.org](mailto:d...@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-unsubscr...@doris.apache.org

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


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

Reply via email to