You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "whmnoe4j (via GitHub)" <gi...@apache.org> on 2023/06/05 08:02:51 UTC

[GitHub] [doris] whmnoe4j opened a new issue, #20439: [Feature]

whmnoe4j opened a new issue, #20439:
URL: https://github.com/apache/doris/issues/20439

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Description
   
   ![图片](https://github.com/apache/doris/assets/21100032/e44c35cd-4153-4d95-985b-e50af5a54002)
   
   删除分区时,不支持分区名称带引号,而此场景很常见。
   比如日志中常常根据来源端设置分区名为:app,h5,pc。或者根据业务名称设置分区,这些分区名称都是字符串名称。
   不支持操作分区名称时使用引号或者字符串,会导致操作起来有不方便,特别是在上下文进行参数传递的时候。
   
   ### Use case
   
   -- 无法执行
   ALTER TABLE demo.ods_oracle_fxcstk_dt DROP PARTITION "p20220122" ;
   
   -- 可正常执行
   ALTER TABLE demo.ods_oracle_fxcstk_dt DROP PARTITION  p20220122  ;
   
   执行过程见描述。
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] 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@doris.apache.org.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] yuxuan-luo commented on issue #20439: [Feature] 分区操作时名称支持引号

Posted by "yuxuan-luo (via GitHub)" <gi...@apache.org>.
yuxuan-luo commented on issue #20439:
URL: https://github.com/apache/doris/issues/20439#issuecomment-1576614460

   i want to pick it


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