Skip to content

Commit

Permalink
Removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vringar committed Feb 22, 2021
1 parent eb08c13 commit 4820b2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openwpm/storage/parquet_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
pa.field("openwpm_version", pa.string(), nullable=False),
pa.field("browser_version", pa.string(), nullable=False),
pa.field("instance_id", pa.uint32(), nullable=False),
# Omitting start_time as I couldn't figure out how to implement it
]
PQ_SCHEMAS["task"] = pa.schema(fields)

Expand All @@ -25,7 +24,6 @@
pa.field("task_id", pa.int64(), nullable=False),
pa.field("browser_params", pa.string(), nullable=False),
pa.field("instance_id", pa.uint32(), nullable=False),
# Omitting start_time as I couldn't figure out how to implement it
]
PQ_SCHEMAS["crawl"] = pa.schema(fields)

Expand Down

0 comments on commit 4820b2c

Please sign in to comment.