You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by GitBox <gi...@apache.org> on 2021/06/08 11:10:14 UTC

[GitHub] [incubator-age] deem0n commented on pull request #82: fix to allow compilation on mac os x

deem0n commented on pull request #82:
URL: https://github.com/apache/incubator-age/pull/82#issuecomment-856671166


   The log from the latest master shows the bison invocation
   
   ```
   /usr/bin/bison --defines=.//src/include/parser/cypher_gram_def.h -o src/backend/parser/cypher_gram.c src/backend/parser/cypher_gram.y
   ```
   Interesting enough, the file I changed (`cyther_parser.c`) is not generated by bison and is a part of the repo. So it seems like a correct patch. 
   
   the full log:
   ```
   gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument  -mmacosx-version-min=10.12  -I.//src/include -I. -I./ -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/server -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/internal -I/Applications/Postgres.app/Contents/Versions/11/share/icu -I/Applications/Postgres.app/Contents/Versions/11/include/libxml2  -I/Applications/Postgres.app/Contents/Versions/11/include  -c -o src/backend/age.o src/backend/age.c
   gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument  -mmacosx-version-min=10.12  -I.//src/include -I. -I./ -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/server -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/internal -I/Applications/Postgres.app/Contents/Versions/11/share/icu -I/Applications/Postgres.app/Contents/Versions/11/include/libxml2  -I/Applications/Postgres.app/Contents/Versions/11/include  -c -o src/backend/catalog/ag_catalog.o src/backend/catalog/ag_catalog.c
   gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument  -mmacosx-version-min=10.12  -I.//src/include -I. -I./ -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/server -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/internal -I/Applications/Postgres.app/Contents/Versions/11/share/icu -I/Applications/Postgres.app/Contents/Versions/11/include/libxml2  -I/Applications/Postgres.app/Contents/Versions/11/include  -c -o src/backend/catalog/ag_graph.o src/backend/catalog/ag_graph.c
   gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument  -mmacosx-version-min=10.12  -I.//src/include -I. -I./ -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/server -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/internal -I/Applications/Postgres.app/Contents/Versions/11/share/icu -I/Applications/Postgres.app/Contents/Versions/11/include/libxml2  -I/Applications/Postgres.app/Contents/Versions/11/include  -c -o src/backend/catalog/ag_label.o src/backend/catalog/ag_label.c
   gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument  -mmacosx-version-min=10.12  -I.//src/include -I. -I./ -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/server -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/internal -I/Applications/Postgres.app/Contents/Versions/11/share/icu -I/Applications/Postgres.app/Contents/Versions/11/include/libxml2  -I/Applications/Postgres.app/Contents/Versions/11/include  -c -o src/backend/catalog/ag_namespace.o src/backend/catalog/ag_namespace.c
   gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument  -mmacosx-version-min=10.12  -I.//src/include -I. -I./ -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/server -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/internal -I/Applications/Postgres.app/Contents/Versions/11/share/icu -I/Applications/Postgres.app/Contents/Versions/11/include/libxml2  -I/Applications/Postgres.app/Contents/Versions/11/include  -c -o src/backend/commands/graph_commands.o src/backend/commands/graph_commands.c
   gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument  -mmacosx-version-min=10.12  -I.//src/include -I. -I./ -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/server -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/internal -I/Applications/Postgres.app/Contents/Versions/11/share/icu -I/Applications/Postgres.app/Contents/Versions/11/include/libxml2  -I/Applications/Postgres.app/Contents/Versions/11/include  -c -o src/backend/commands/label_commands.o src/backend/commands/label_commands.c
   gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument  -mmacosx-version-min=10.12  -I.//src/include -I. -I./ -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/server -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/internal -I/Applications/Postgres.app/Contents/Versions/11/share/icu -I/Applications/Postgres.app/Contents/Versions/11/include/libxml2  -I/Applications/Postgres.app/Contents/Versions/11/include  -c -o src/backend/executor/cypher_create.o src/backend/executor/cypher_create.c
   gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument  -mmacosx-version-min=10.12  -I.//src/include -I. -I./ -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/server -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/internal -I/Applications/Postgres.app/Contents/Versions/11/share/icu -I/Applications/Postgres.app/Contents/Versions/11/include/libxml2  -I/Applications/Postgres.app/Contents/Versions/11/include  -c -o src/backend/executor/cypher_set.o src/backend/executor/cypher_set.c
   src/backend/executor/cypher_set.c:118:42: warning: variable 'saved_resultRelInfo' is uninitialized when used within its own initialization
         [-Wuninitialized]
       ResultRelInfo *saved_resultRelInfo = saved_resultRelInfo;;
                      ~~~~~~~~~~~~~~~~~~~   ^~~~~~~~~~~~~~~~~~~
   1 warning generated.
   gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument  -mmacosx-version-min=10.12  -I.//src/include -I. -I./ -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/server -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/internal -I/Applications/Postgres.app/Contents/Versions/11/share/icu -I/Applications/Postgres.app/Contents/Versions/11/include/libxml2  -I/Applications/Postgres.app/Contents/Versions/11/include  -c -o src/backend/executor/cypher_utils.o src/backend/executor/cypher_utils.c
   gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument  -mmacosx-version-min=10.12  -I.//src/include -I. -I./ -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/server -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/internal -I/Applications/Postgres.app/Contents/Versions/11/share/icu -I/Applications/Postgres.app/Contents/Versions/11/include/libxml2  -I/Applications/Postgres.app/Contents/Versions/11/include  -c -o src/backend/nodes/ag_nodes.o src/backend/nodes/ag_nodes.c
   gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument  -mmacosx-version-min=10.12  -I.//src/include -I. -I./ -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/server -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/internal -I/Applications/Postgres.app/Contents/Versions/11/share/icu -I/Applications/Postgres.app/Contents/Versions/11/include/libxml2  -I/Applications/Postgres.app/Contents/Versions/11/include  -c -o src/backend/nodes/cypher_copyfuncs.o src/backend/nodes/cypher_copyfuncs.c
   gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument  -mmacosx-version-min=10.12  -I.//src/include -I. -I./ -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/server -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/internal -I/Applications/Postgres.app/Contents/Versions/11/share/icu -I/Applications/Postgres.app/Contents/Versions/11/include/libxml2  -I/Applications/Postgres.app/Contents/Versions/11/include  -c -o src/backend/nodes/cypher_outfuncs.o src/backend/nodes/cypher_outfuncs.c
   gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument  -mmacosx-version-min=10.12  -I.//src/include -I. -I./ -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/server -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/internal -I/Applications/Postgres.app/Contents/Versions/11/share/icu -I/Applications/Postgres.app/Contents/Versions/11/include/libxml2  -I/Applications/Postgres.app/Contents/Versions/11/include  -c -o src/backend/nodes/cypher_readfuncs.o src/backend/nodes/cypher_readfuncs.c
   gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument  -mmacosx-version-min=10.12  -I.//src/include -I. -I./ -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/server -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/internal -I/Applications/Postgres.app/Contents/Versions/11/share/icu -I/Applications/Postgres.app/Contents/Versions/11/include/libxml2  -I/Applications/Postgres.app/Contents/Versions/11/include  -c -o src/backend/optimizer/cypher_createplan.o src/backend/optimizer/cypher_createplan.c
   gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument  -mmacosx-version-min=10.12  -I.//src/include -I. -I./ -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/server -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/internal -I/Applications/Postgres.app/Contents/Versions/11/share/icu -I/Applications/Postgres.app/Contents/Versions/11/include/libxml2  -I/Applications/Postgres.app/Contents/Versions/11/include  -c -o src/backend/optimizer/cypher_pathnode.o src/backend/optimizer/cypher_pathnode.c
   gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument  -mmacosx-version-min=10.12  -I.//src/include -I. -I./ -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/server -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/internal -I/Applications/Postgres.app/Contents/Versions/11/share/icu -I/Applications/Postgres.app/Contents/Versions/11/include/libxml2  -I/Applications/Postgres.app/Contents/Versions/11/include  -c -o src/backend/optimizer/cypher_paths.o src/backend/optimizer/cypher_paths.c
   /usr/bin/flex -b  -o'src/backend/parser/ag_scanner.c' src/backend/parser/ag_scanner.l
   gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument  -mmacosx-version-min=10.12  -I.//src/include -I. -I./ -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/server -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/internal -I/Applications/Postgres.app/Contents/Versions/11/share/icu -I/Applications/Postgres.app/Contents/Versions/11/include/libxml2  -I/Applications/Postgres.app/Contents/Versions/11/include  -c -o src/backend/parser/ag_scanner.o src/backend/parser/ag_scanner.c
   src/backend/parser/ag_scanner.c:3668:23: warning: unused variable 'yyg' [-Wunused-variable]
       struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* This var may be unused depending upon options. */
                         ^
   src/backend/parser/ag_scanner.c:4103:5: warning: no previous prototype for function 'ag_yyget_column' [-Wmissing-prototypes]
   int ag_yyget_column  (yyscan_t yyscanner)
       ^
   src/backend/parser/ag_scanner.c:4103:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   int ag_yyget_column  (yyscan_t yyscanner)
   ^
   static
   src/backend/parser/ag_scanner.c:4131:6: warning: no previous prototype for function 'ag_yyset_column' [-Wmissing-prototypes]
   void ag_yyset_column (int  column_no , yyscan_t yyscanner)
        ^
   src/backend/parser/ag_scanner.c:4131:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   void ag_yyset_column (int  column_no , yyscan_t yyscanner)
   ^
   static
   3 warnings generated.
   gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument  -mmacosx-version-min=10.12  -I.//src/include -I. -I./ -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/server -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/internal -I/Applications/Postgres.app/Contents/Versions/11/share/icu -I/Applications/Postgres.app/Contents/Versions/11/include/libxml2  -I/Applications/Postgres.app/Contents/Versions/11/include  -c -o src/backend/parser/cypher_analyze.o src/backend/parser/cypher_analyze.c
   gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument  -mmacosx-version-min=10.12  -I.//src/include -I. -I./ -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/server -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/internal -I/Applications/Postgres.app/Contents/Versions/11/share/icu -I/Applications/Postgres.app/Contents/Versions/11/include/libxml2  -I/Applications/Postgres.app/Contents/Versions/11/include  -c -o src/backend/parser/cypher_clause.o src/backend/parser/cypher_clause.c
   gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument  -mmacosx-version-min=10.12  -I.//src/include -I. -I./ -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/server -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/internal -I/Applications/Postgres.app/Contents/Versions/11/share/icu -I/Applications/Postgres.app/Contents/Versions/11/include/libxml2  -I/Applications/Postgres.app/Contents/Versions/11/include  -c -o src/backend/executor/cypher_delete.o src/backend/executor/cypher_delete.c
   gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument  -mmacosx-version-min=10.12  -I.//src/include -I. -I./ -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/server -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/internal -I/Applications/Postgres.app/Contents/Versions/11/share/icu -I/Applications/Postgres.app/Contents/Versions/11/include/libxml2  -I/Applications/Postgres.app/Contents/Versions/11/include  -c -o src/backend/parser/cypher_expr.o src/backend/parser/cypher_expr.c
   /usr/bin/bison --defines=.//src/include/parser/cypher_gram_def.h -o src/backend/parser/cypher_gram.c src/backend/parser/cypher_gram.y
   gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument  -mmacosx-version-min=10.12  -I.//src/include -I. -I./ -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/server -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/internal -I/Applications/Postgres.app/Contents/Versions/11/share/icu -I/Applications/Postgres.app/Contents/Versions/11/include/libxml2  -I/Applications/Postgres.app/Contents/Versions/11/include  -c -o src/backend/parser/cypher_gram.o src/backend/parser/cypher_gram.c
   gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument  -mmacosx-version-min=10.12  -I.//src/include -I. -I./ -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/server -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/internal -I/Applications/Postgres.app/Contents/Versions/11/share/icu -I/Applications/Postgres.app/Contents/Versions/11/include/libxml2  -I/Applications/Postgres.app/Contents/Versions/11/include  -c -o src/backend/parser/cypher_item.o src/backend/parser/cypher_item.c
   gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument  -mmacosx-version-min=10.12  -I.//src/include -I. -I./ -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/server -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/internal -I/Applications/Postgres.app/Contents/Versions/11/share/icu -I/Applications/Postgres.app/Contents/Versions/11/include/libxml2  -I/Applications/Postgres.app/Contents/Versions/11/include  -c -o src/backend/parser/cypher_keywords.o src/backend/parser/cypher_keywords.c
   gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument  -mmacosx-version-min=10.12  -I.//src/include -I. -I./ -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/server -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/internal -I/Applications/Postgres.app/Contents/Versions/11/share/icu -I/Applications/Postgres.app/Contents/Versions/11/include/libxml2  -I/Applications/Postgres.app/Contents/Versions/11/include  -c -o src/backend/parser/cypher_parse_agg.o src/backend/parser/cypher_parse_agg.c
   gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument  -mmacosx-version-min=10.12  -I.//src/include -I. -I./ -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/server -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/internal -I/Applications/Postgres.app/Contents/Versions/11/share/icu -I/Applications/Postgres.app/Contents/Versions/11/include/libxml2  -I/Applications/Postgres.app/Contents/Versions/11/include  -c -o src/backend/parser/cypher_parse_node.o src/backend/parser/cypher_parse_node.c
   gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument  -mmacosx-version-min=10.12  -I.//src/include -I. -I./ -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/server -I/Applications/Postgres.app/Contents/Versions/11/include/postgresql/internal -I/Applications/Postgres.app/Contents/Versions/11/share/icu -I/Applications/Postgres.app/Contents/Versions/11/include/libxml2  -I/Applications/Postgres.app/Contents/Versions/11/include  -c -o src/backend/parser/cypher_parser.o src/backend/parser/cypher_parser.c
   src/backend/parser/cypher_parser.c:133:16: error: implicit declaration of function 'cypher_yyparse' is invalid in C99
         [-Werror,-Wimplicit-function-declaration]
       yyresult = cypher_yyparse(scanner, &extra);
                  ^
   src/backend/parser/cypher_parser.c:133:16: note: did you mean 'cypher_yyerror'?
   src/backend/parser/cypher_parser.c:115:6: note: 'cypher_yyerror' declared here
   void cypher_yyerror(YYLTYPE *llocp, ag_scanner_t scanner,
        ^
   1 error generated.
   make[1]: *** [src/backend/parser/cypher_parser.o] Error 1
   make: *** [/Applications/Postgres.app/Contents/Versions/11/share/postgresql/extension/age.control] Error 2
   ```


-- 
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:
users@infra.apache.org