jihoonson commented on a change in pull request #9594: Fix double count ssl
connection metrics
URL: https://github.com/apache/druid/pull/9594#discussion_r402622855
##########
File path: examples/bin/dsql-main
##########
@@ -400,7 +400,7 @@ def main():
parser_fmt.add_argument('--format', type=str, default='table',
choices=('csv', 'tsv', 'json', 'table'), help='Result format')
parser_fmt.add_argument('--header', action='store_true', help='Include
header row for formats "csv" and "tsv"')
parser_fmt.add_argument('--tsv-delimiter', type=str, default='\t',
help='Delimiter for format "tsv"')
- parser_oth.add_argument('--context-option', '-c', type=str, action='append',
help='Set context option for this connection, see
https://docs.imply.io/on-prem/query-data/sql for options')
+ parser_oth.add_argument('--context-option', '-c', type=str, action='append',
help='Set context option for this connection, see
https://druid.apache.org/docs/latest/querying/sql.html#connection-context for
options')
Review comment:
👍
----------------------------------------------------------------
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]