summaryrefslogtreecommitdiff
path: root/queries/match.sql
diff options
context:
space:
mode:
authorKapil Viren Ahuja <kvahuja@users.noreply.github.com>2017-02-21 08:52:32 +0530
committerGitHub <noreply@github.com>2017-02-21 08:52:32 +0530
commit00b2d5161941aa9dab130a50783b8bd66b4a3dd1 (patch)
tree1df324865462eedf89a3efd44d7f0282e55298da /queries/match.sql
parent7eb07c0ccf2f464e3936b24136e41471ff1c1ff7 (diff)
parent9ae212a23754035be50e9125a7966544e2d525fb (diff)
downloadprocessor-00b2d5161941aa9dab130a50783b8bd66b4a3dd1.tar.gz
processor-00b2d5161941aa9dab130a50783b8bd66b4a3dd1.zip
Merge pull request #16 from vainglorygame/jobs
Process partitions individually
Diffstat (limited to 'queries/match.sql')
-rw-r--r--queries/match.sql8
1 files changed, 4 insertions, 4 deletions
diff --git a/queries/match.sql b/queries/match.sql
index 4f82933..5dfa692 100644
--- a/queries/match.sql
+++ b/queries/match.sql
@@ -7,9 +7,9 @@ attributes->>'gameMode' AS "gameMode",
COALESCE(NULLIF(attributes->>'patchVersion', ''), '0') AS "patchVersion",
attributes->>'shardId' AS "shardId",
attributes->'stats'->>'endGameReason' AS "endGameReason",
-attributes->'stats'->>'queue' AS "queue",
+attributes->'stats'->>'queue' AS "queue" --,
-relationships->'rosters'->'data'->0->>'id' as roster_1,
-relationships->'rosters'->'data'->1->>'id' as roster_2
+--relationships->'rosters'->'data'->0->>'id' as "roster_1",
+--relationships->'rosters'->'data'->1->>'id' as "roster_2"
-FROM match
+FROM "match"