Nuria has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/365089 )

Change subject: Corrected quotes in create syntax for webrequest
......................................................................

Corrected quotes in create syntax for webrequest

Bug: T164021
Change-Id: I6673fbc63296c69c9d9a94170fbb070f2681ea1f
---
M hive/webrequest/create_webrequest_table.hql
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/analytics/refinery 
refs/changes/89/365089/1

diff --git a/hive/webrequest/create_webrequest_table.hql 
b/hive/webrequest/create_webrequest_table.hql
index b9b8ca6..0973eca 100644
--- a/hive/webrequest/create_webrequest_table.hql
+++ b/hive/webrequest/create_webrequest_table.hql
@@ -55,7 +55,7 @@
     `pageview_info`     map<string, string>  COMMENT 'map containing project, 
language_variant and page_title values only when is_pageview = TRUE.',
     `page_id`           bigint  COMMENT 'MediaWiki page_id for this page 
title. For redirects this could be the page_id of the redirect or the page_id 
of the target. This may not always be set, even if the page is actually a 
pageview.',
     `namespace_id`      int     COMMENT 'MediaWiki namespace_id for this page 
title. This may not always be set, even if the page is actually a pageview.',
-    `tags`              array<string> COMMENT 'List containing tags qualifying 
the request, ex: ['portal', 'wikidata']. Will be used to split webrequest into 
smaller subsets.'
+    `tags`              array<string> COMMENT 'List containing tags qualifying 
the request, ex: [portal, wikidata]. Will be used to split webrequest into 
smaller subsets.'
 
 )
 PARTITIONED BY (

-- 
To view, visit https://gerrit.wikimedia.org/r/365089
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6673fbc63296c69c9d9a94170fbb070f2681ea1f
Gerrit-PatchSet: 1
Gerrit-Project: analytics/refinery
Gerrit-Branch: master
Gerrit-Owner: Nuria <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to