You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by sh...@apache.org on 2016/09/24 01:07:58 UTC

incubator-hawq git commit: Fixed log level for message

Repository: incubator-hawq
Updated Branches:
  refs/heads/master 8a31ac47b -> 2a8a4a7f8


Fixed log level for message


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/2a8a4a7f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/2a8a4a7f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/2a8a4a7f

Branch: refs/heads/master
Commit: 2a8a4a7f8b2c196d5ba266a71c3b864e323dc305
Parents: 8a31ac4
Author: Shivram Mani <sh...@gmail.com>
Authored: Fri Sep 23 18:07:42 2016 -0700
Committer: Shivram Mani <sh...@gmail.com>
Committed: Fri Sep 23 18:07:42 2016 -0700

----------------------------------------------------------------------
 src/backend/access/external/pxfheaders.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/2a8a4a7f/src/backend/access/external/pxfheaders.c
----------------------------------------------------------------------
diff --git a/src/backend/access/external/pxfheaders.c b/src/backend/access/external/pxfheaders.c
index 2016c64..fe7cd6a 100644
--- a/src/backend/access/external/pxfheaders.c
+++ b/src/backend/access/external/pxfheaders.c
@@ -72,7 +72,7 @@ void build_http_header(PxfInputData *input)
 			add_projection_desc_httpheader(headers, proj_info, qualsAttributes);
 		}
 		else
-			elog(INFO, "Query will not be optimized to use projection information");
+			elog(DEBUG2, "Query will not be optimized to use projection information");
 	}
 
 	/* GP cluster configuration */