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/03/23 10:01:55 UTC

[GitHub] [incubator-doris] Seaven commented on a change in pull request #2618: Add BE plugin framework (#2348)

Seaven commented on a change in pull request #2618: Add BE plugin framework (#2348)
URL: https://github.com/apache/incubator-doris/pull/2618#discussion_r396333316
 
 

 ##########
 File path: be/src/plugin/plugin.h
 ##########
 @@ -15,11 +15,17 @@
 // specific language governing permissions and limitations
 // under the License.
 
+#ifndef DORIS_BE_PLUGIN_PLUGIN_H
+#define DORIS_BE_PLUGIN_PLUGIN_H
+
 namespace doris {
 
-#define PLUGIN_NOT_DYNAMIC_INSTALL 1UL
+#define PLUGIN_TYPE_IMPORT 1
+#define PLUGIN_TYPE_STORAGE 2
+#define PLUGIN_TYPE_MAX 3
 
 Review comment:
   Temporary, we can add later

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


With regards,
Apache Git Services

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