Skip to content

Commit 41d9bd2

Browse files
committed
Merge branch '0.5.x'
2 parents db01bc2 + ee1dd25 commit 41d9bd2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

src/main/resources/pageviews_schema.avro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
{"name": "userid", "type": {
1414
"type": "string",
1515
"arg.properties": {
16-
"regex": "User_[1-9]{0,1}"
16+
"regex": "User_[1-9]"
1717
}
1818
}},
1919
{"name": "pageid", "type": {
2020
"type": "string",
2121
"arg.properties": {
22-
"regex": "Page_[1-9][0-9]?"
22+
"regex": "Page_[1-9][0-9]"
2323
}
2424
}}
2525
]

src/main/resources/stock_trades_schema.avro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"type": {
6767
"type": "string",
6868
"arg.properties": {
69-
"regex": "User_[1-9]{0,1}"
69+
"regex": "User_[1-9]"
7070
}
7171
}
7272
}

src/main/resources/users_array_map_schema.avro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
{"name": "userid", "type": {
1616
"type": "string",
1717
"arg.properties": {
18-
"regex": "User_[1-9]{0,1}"
18+
"regex": "User_[1-9]"
1919
}
2020
}},
2121
{"name": "regionid", "type": {
2222
"type": "string",
2323
"arg.properties": {
24-
"regex": "Region_[1-9]?"
24+
"regex": "Region_[1-9]"
2525
}
2626
}},
2727
{"name": "gender", "type": {

src/main/resources/users_schema.avro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
{"name": "userid", "type": {
1616
"type": "string",
1717
"arg.properties": {
18-
"regex": "User_[1-9]{0,1}"
18+
"regex": "User_[1-9]"
1919
}
2020
}},
2121
{"name": "regionid", "type": {
2222
"type": "string",
2323
"arg.properties": {
24-
"regex": "Region_[1-9]?"
24+
"regex": "Region_[1-9]"
2525
}
2626
}},
2727
{"name": "gender", "type": {

0 commit comments

Comments
 (0)