Skip to content

Instantly share code, notes, and snippets.

@1ambda
Last active December 21, 2021 23:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1ambda/aa3cd66b22f92aff5a9d16b096425c7e to your computer and use it in GitHub Desktop.
Save 1ambda/aa3cd66b22f92aff5a9d16b096425c7e to your computer and use it in GitHub Desktop.
root
|-- event_date: date (nullable = true)
|-- product_id_set: array (nullable = false)
| |-- element: integer (containsNull = false)
|-- category_set: array (nullable = false)
| |-- element: array (containsNull = false)
| | |-- element: string (containsNull = true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment