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 2020/07/10 12:00:28 UTC

[GitHub] [incubator-doris] chaoyli opened a new issue #4082: [Bug] PathTrie match error

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


   ```
   CREATE TABLE `test` (
     `k1` int(11) NULL COMMENT "",
     `k2` int(11) NULL COMMENT ""
   ) ENGINE=OLAP
   DUPLICATE KEY(`k1`, `k2`)
   COMMENT "OLAP"
   DISTRIBUTED BY HASH(`k1`) BUCKETS 10
   PROPERTIES (
   "replication_num" = "1",
   "in_memory" = "false",
   "storage_format" = "DEFAULT"
   );
   ```


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

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] [incubator-doris] chaoyli closed issue #4082: [Bug] PathTrie match error

Posted by GitBox <gi...@apache.org>.
chaoyli closed issue #4082:
URL: https://github.com/apache/incubator-doris/issues/4082


   


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

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] [incubator-doris] chaoyli commented on issue #4082: [Bug] PathTrie match error

Posted by GitBox <gi...@apache.org>.
chaoyli commented on issue #4082:
URL: https://github.com/apache/incubator-doris/issues/4082#issuecomment-656639098


   ```
   curl --location-trusted -u root: -T table1_data -H "label:test1" http://172.26.92.139:8530/api/test/table1/_stream_load
   curl -u root: http://172.26.92.139:8530/api/test/test2/_state
   ```


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

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] [incubator-doris] chaoyli commented on issue #4082: [Bug] PathTrie match error

Posted by GitBox <gi...@apache.org>.
chaoyli commented on issue #4082:
URL: https://github.com/apache/incubator-doris/issues/4082#issuecomment-656639339


   If will match /api/{db}/{table} not /api/{db}/{label}/_state


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

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