-
Notifications
You must be signed in to change notification settings - Fork 0
perf: [10196] improve perfromance of CSV parsing table #325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perf: [10196] improve perfromance of CSV parsing table #325
Conversation
csm-thu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requested some changes 🙂
By the way, the unit tests in the repo are broken on your branch (you can run them by launching yarn test)
Also, do you think it would be possible to split your work on this ticket in two commits? One for the columns metadata not being built on every iteration of the loop, and another commit for the change or tweak of date parsing function. This way, if we don't find a better mechanism for the second part, the first part remains ready to be used (it also has less risks to break something ^^)
nborde-CSM
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A little typo on the commit message : imporve instead of improve
Some remarks but in overall LGTM 👍
8f3435c to
630ca95
Compare
787f0ff to
742cd4b
Compare
742cd4b to
7684cf3
Compare
7684cf3 to
ba94fae
Compare
No description provided.