chenlinzhong opened a new issue, #9026:
URL: https://github.com/apache/incubator-doris/issues/9026

   ### 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.
   
   
   ### Version
   
   commit-id: 8765881d8b8d82d70501a5bc7679b959ee5908d9
   
   ### What's Wrong?
   
   Usage is inconsistent with document description
   
   ```
   MySQL [test_db]> SELECT * FROM table1
       -> INTO OUTFILE "hdfs://127.0.01:9000/user/palo-qa/output"
       -> FORMAT AS CSV
       -> PROPERTIES
       -> (
       ->     "broker.name" = "broker_name",
       ->     "column_separator" = ",",
       ->     "line_delimiter" = "\n",
       ->     "max_file_size" = "10MB",
       ->    "hdfs.fs.defaultFS"="hdfs://127.0.01:9000",
       ->    "hdfs.hdfs_user"=""
       -> );
   ERROR 1105 (HY000): errCode = 2, detailMessage = Unknown properties: 
[hdfs.hdfs_user, hdfs.fs.defaultFS]
   ```
   
   
   
   [documents] 
   
https://doris.apache.org/sql-reference/sql-statements/Data%20Manipulation/OUTFILE.html
   
   <img width="754" alt="image" 
src="https://user-images.githubusercontent.com/11487604/163332577-9bd5fe6c-567e-4fd4-9ba0-1bef67cbc6fe.png";>
   
   <img width="754" alt="image" 
src="https://user-images.githubusercontent.com/11487604/163333676-f678f635-3392-4491-aa08-082172a08e19.png";>
   
   
   
   
   ### What You Expected?
   
   The behavior is consistent with that described in the document
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] 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

Reply via email to