emahdij opened a new issue, #33252: URL: https://github.com/apache/doris/issues/33252
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version operator image: selectdb/doris.k8s-operator:1.4.1 Doris images: selectdb/doris.fe-ubuntu:2.1.1 selectdb/doris.be-ubuntu:2.1.1 ### What's Wrong? Hi folks I’ve installed Apache Doris in k8s by selectdb operator. When I want to create a table with a VARIANT variable I will get this error: ``` CREATE TABLE IF NOT EXISTS ${table_name} ( k BIGINT, v VARIANT ) table_properties; no viable alternative at input 'VARIANT'(line 1, pos 53) ``` This is the version that MySQL command tells me: ``` Server version: 5.7.99 Doris version doris-2.1.1-rc05-9f2520537f ``` ### What You Expected? I expect to create table with VARIANT variable. ### How to Reproduce? This is the ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org