Skip to content

Commit

Permalink
Add merge option to segment_metadata (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
noppanit authored and fjy committed Dec 14, 2016
1 parent 5d3f7f8 commit 22a39ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydruid/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def segment_metadata(self, args):
:rtype: Query
"""
query_type = 'segmentMetadata'
valid_parts = ['datasource', 'intervals', 'analysisTypes']
valid_parts = ['datasource', 'intervals', 'analysisTypes', 'merge']
self.validate_query(query_type, valid_parts, args)
return self.build_query(query_type, args)

Expand Down

0 comments on commit 22a39ad

Please sign in to comment.