morningman commented on code in PR #29933:
URL: https://github.com/apache/doris/pull/29933#discussion_r1452881297
##########
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java:
##########
@@ -1510,6 +1512,10 @@ public void setEnableLeftZigZag(boolean
enableLeftZigZag) {
+ "when using rewriting based on struct info"})
public boolean materializedViewRewriteEnableContainExternalTable = false;
+ // only use jni scanner for external table
+ @VariableMgr.VarAttr(name = FORCE_JNI_SCANNER)
Review Comment:
add description field in `VariableMgr.VarAttr`
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]