Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
shirly121 committed Jan 7, 2025
1 parent 3b6c64b commit 00fd4ce
Showing 1 changed file with 53 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,42 +22,76 @@
"propId": {
"name": "id"
},
"type": "INT64"
"type": {
"primitiveType": "DT_SIGNED_INT64"
}
}, {
"propId": {
"name": "firstName"
},
"type": "STRING"
"type": {
"string": {
"longText": {
}
}
}
}, {
"propId": {
"name": "lastName"
},
"type": "STRING"
"type": {
"string": {
"longText": {
}
}
}
}, {
"propId": {
"name": "gender"
},
"type": "STRING"
"type": {
"string": {
"longText": {
}
}
}
}, {
"propId": {
"name": "birthday"
},
"type": "INT64"
"type": {
"primitiveType": "DT_SIGNED_INT64"
}
}, {
"propId": {
"name": "creationDate"
},
"type": "DATE32"
"type": {
"temporal": {
"date32": {
}
}
}
}, {
"propId": {
"name": "locationIP"
},
"type": "STRING"
"type": {
"string": {
"longText": {
}
}
}
}, {
"propId": {
"name": "browserUsed"
},
"type": "STRING"
"type": {
"string": {
"longText": {
}
}
}
}]
}]
}
Expand All @@ -76,7 +110,9 @@
}
},
"nodeType": {
"dataType": "INT32"
"dataType": {
"primitiveType": "DT_SIGNED_INT32"
}
}
}],
"aggregate": "TO_LIST",
Expand All @@ -86,7 +122,14 @@
},
"metaData": [{
"type": {
"dataType": "INT32_ARRAY"
"dataType": {
"array": {
"componentType": {
"primitiveType": "DT_SIGNED_INT32"
},
"maxLength": 2147483647
}
}
},
"alias": 1
}]
Expand Down

0 comments on commit 00fd4ce

Please sign in to comment.