overhangio / tutor-cairn

Scalable, real-time analytics for Open edX
8 stars 13 forks source link

`events.user_id` should be UInt64, not Int64 #12

Closed regisb closed 10 months ago

regisb commented 1 year ago

This slight difference causes users to write toUInt64(events.user_id) in many places, which is a pain.

FahadKhalid210 commented 11 months ago

Fixed. https://github.com/overhangio/tutor-cairn/pull/23