wutiangan commented on a change in pull request #3219: [Plugin] Making FE audit
module pluggable
URL: https://github.com/apache/incubator-doris/pull/3219#discussion_r399961183
##
File path: docs/documentation/cn/extending-doris/plugin-development-manual.md
##
@@ -0,0 +1,29
wutiangan commented on a change in pull request #3219: [Plugin] Making FE audit
module pluggable
URL: https://github.com/apache/incubator-doris/pull/3219#discussion_r399959281
##
File path: docs/documentation/cn/extending-doris/audit-plugin.md
##
@@ -0,0 +1,108 @@
+
+
+# 审
wutiangan commented on a change in pull request #3219: [Plugin] Making FE audit
module pluggable
URL: https://github.com/apache/incubator-doris/pull/3219#discussion_r399958291
##
File path: docs/documentation/cn/extending-doris/audit-plugin.md
##
@@ -0,0 +1,108 @@
+
+
+# 审
Author: lichaoyong
Date: Mon Mar 30 06:41:52 2020
New Revision: 38722
Log:
Add 0.12.0-rc1
Added:
dev/incubator/doris/0.12.0-rc01/
dev/incubator/doris/0.12.0-rc01/apache-doris-0.12.0-incubating-src.tar.gz
(with props)
dev/incubator/doris/0.12.0-rc01/apache-doris-0.12.0-incubating-s
Author: lichaoyong
Date: Mon Mar 30 06:11:05 2020
New Revision: 38721
Log:
Update Keys
Modified:
dev/incubator/doris/KEYS
Modified: dev/incubator/doris/KEYS
==
--- dev/incubator/doris/KEYS (original)
+++ dev/incubato
imay merged pull request #3221: add some connect samples
URL: https://github.com/apache/incubator-doris/pull/3221
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
This is an automated email from the ASF dual-hosted git repository.
zhaoc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 5f9359d Use SleepFor() instead of usleep() (#3211)
add 2e1a003 Add some connect samples (#3221)
No ne
Seaven commented on a change in pull request #3219: [Plugin] Making FE audit
module pluggable
URL: https://github.com/apache/incubator-doris/pull/3219#discussion_r399941119
##
File path: fe/src/main/java/org/apache/doris/qe/AuditEventProcessor.java
##
@@ -0,0 +1,118 @@
+//
Seaven commented on a change in pull request #3219: [Plugin] Making FE audit
module pluggable
URL: https://github.com/apache/incubator-doris/pull/3219#discussion_r399940421
##
File path: fe/src/main/java/org/apache/doris/plugin/PluginContext.java
##
@@ -18,4 +18,14 @@
pac
Seaven commented on a change in pull request #3219: [Plugin] Making FE audit
module pluggable
URL: https://github.com/apache/incubator-doris/pull/3219#discussion_r399930246
##
File path: fe/src/main/java/org/apache/doris/plugin/PluginMgr.java
##
@@ -76,14 +87,21 @@ public
Seaven commented on a change in pull request #3219: [Plugin] Making FE audit
module pluggable
URL: https://github.com/apache/incubator-doris/pull/3219#discussion_r399934817
##
File path: fe/src/main/java/org/apache/doris/plugin/PluginContext.java
##
@@ -18,4 +18,14 @@
pac
Seaven commented on a change in pull request #3219: [Plugin] Making FE audit
module pluggable
URL: https://github.com/apache/incubator-doris/pull/3219#discussion_r399930246
##
File path: fe/src/main/java/org/apache/doris/plugin/PluginMgr.java
##
@@ -76,14 +87,21 @@ public
Seaven commented on a change in pull request #3219: [Plugin] Making FE audit
module pluggable
URL: https://github.com/apache/incubator-doris/pull/3219#discussion_r399927035
##
File path: docs/documentation/cn/extending-doris/plugin-development-manual.md
##
@@ -0,0 +1,291 @
Seaven commented on a change in pull request #3219: [Plugin] Making FE audit
module pluggable
URL: https://github.com/apache/incubator-doris/pull/3219#discussion_r399927035
##
File path: docs/documentation/cn/extending-doris/plugin-development-manual.md
##
@@ -0,0 +1,291 @
Seaven commented on a change in pull request #3219: [Plugin] Making FE audit
module pluggable
URL: https://github.com/apache/incubator-doris/pull/3219#discussion_r399927035
##
File path: docs/documentation/cn/extending-doris/plugin-development-manual.md
##
@@ -0,0 +1,291 @
morningman opened a new issue #3226: [Proposal] Making FE audit module pluggable
URL: https://github.com/apache/incubator-doris/issues/3226
**Motivation**
The main purpose of Doris's audit log module is to record all operations
performed in Doris, such as SQL, DDL, DML, etc. And othe
morningman opened a new pull request #3225: [Bug] NPE when using unknown
function in broker load process
URL: https://github.com/apache/incubator-doris/pull/3225
This CL fix the bug described in issue #3224 by
1. Forbid UDF in broker load process
2. Improving the function checking
morningman opened a new issue #3224: [Bug] NPE when using unknown function in
broker load process
URL: https://github.com/apache/incubator-doris/issues/3224
**Describe the bug**
when using unknown function in broker load process, NPE will throw as:
```
java.lang.NullPointerExce
imay commented on a change in pull request #3214: Fix cast date type return
wrong result
URL: https://github.com/apache/incubator-doris/pull/3214#discussion_r399890245
##
File path: fe/src/main/java/org/apache/doris/analysis/DateLiteral.java
##
@@ -319,7 +319,7 @@ protecte
yangbiao121 commented on issue #2785: sh build.sh执行报错
URL:
https://github.com/apache/incubator-doris/issues/2785#issuecomment-605737874
> which docker image version did you get?
USE docker got the following issue
docker Version: 17.05.0-ce
Doris version 0.11.38
**ERROR
20 matches
Mail list logo