HappenLee opened a new issue #8441:
URL: https://github.com/apache/incubator-doris/issues/8441


   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### Description
   
   - [] 1. The geolocation function is not supported, including all functions 
starting with ST_ in the function. For details, please refer to the section on 
SQL functions in the official documentation.
   - [x] 2. The UDF and UDAF of the original row storage execution engine are 
not supported.
   - [] 3. It is not supported to rewrite the between statement into a compound 
judgment statement, which will result in the following error: BetweenPredicate 
needs to be rewritten into a CompoundPredicate.
   - [x] 4. The TupleIsNull function is not supported, which may cause partial 
outer joins and expressions with non-Nullable functions to obtain the required 
NULL value.
   - [] 5. The maximum length of string/text type is 1MB instead of the default 
2GB. That is, when the vectorization engine is turned on, it is impossible to 
query or import strings larger than 1MB. However, if you turn off the 
vectorization engine, you can still query and import normally.
   - [] 6. The export method of select ... into outfile is not supported.
   - [x] 7. Lateral view is not supported.
   - [] 8. Extrenal broker appearance is not supported.
   
   ### Use case
   
   _No response_
   
   ### Related issues
   
   _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: [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]

Reply via email to