zwy991114 commented on code in PR #66169:
URL: https://github.com/apache/doris/pull/66169#discussion_r3748741358
##########
fe/fe-sql-parser/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4:
##########
@@ -2065,6 +2066,7 @@ nonReserved
| COMMITTED
| COMPACT
| COMPLETE
+ | COMPRESSION
Review Comment:
考虑采用压缩和编码分离的方式:
```
v VARCHAR(100) ENCODING DICT COMPRESSION ZSTD(9) COMMENT 'value'
```
--
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]