зеркало из https://github.com/openwpm/OpenWPM.git
aligning on data types with the rest of parquest_schema.py
This commit is contained in:
Родитель
5357aebd13
Коммит
e03b07e428
|
@ -205,8 +205,8 @@ PQ_SCHEMAS['navigations'] = pa.schema(fields)
|
|||
fields = [
|
||||
pa.field('visit_id', pa.int64(), nullable=False),
|
||||
pa.field('request_id', pa.int64(), nullable=False),
|
||||
pa.field('crawl_id', pa.int32(), nullable=False),
|
||||
pa.field('instance_id', pa.int32(), nullable=False),
|
||||
pa.field('crawl_id', pa.uint32(), nullable=False),
|
||||
pa.field('instance_id', pa.uint32(), nullable=False),
|
||||
pa.field('call_stack', pa.string())
|
||||
]
|
||||
PQ_SCHEMAS['callstacks'] = pa.schema(fields)
|
||||
|
|
Загрузка…
Ссылка в новой задаче