huor commented on a change in pull request #1439: HAWQ-1708. Add ORC writer in hawq URL: https://github.com/apache/hawq/pull/1439#discussion_r279184630
########## File path: contrib/orc/orc_init.sql ########## @@ -21,7 +21,7 @@ LANGUAGE C STABLE; CREATE OR REPLACE FUNCTION pg_catalog.orc_validate_datatypes() RETURNS void AS '$libdir/orc.so', 'orc_validate_datatypes' LANGUAGE C STABLE; - +/* Review comment: SQL file does not use /* for comment, use -- instead ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
