chenliang613 commented on a change in pull request #4197: URL: https://github.com/apache/carbondata/pull/4197#discussion_r684607789
########## File path: docs/quick-start-guide.md ########## @@ -95,7 +95,7 @@ STORED AS carbondata; ###### Loading Data to a Table ``` -LOAD DATA INPATH '/local-path/sample.csv' INTO TABLE test_table; +LOAD DATA INPATH 'file:///local-path/sample.csv' INTO TABLE test_table; Review comment: Here ,only give the example, need to give the actual address when user using it. -- 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: dev-unsubscr...@carbondata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org