-
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
base: main
Are you sure you want to change the base?
perf: [10196] improve perfromance of CSV parsing table #325
Conversation
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 ^^)
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 👍
7c237e0
to
8f3435c
Compare
8f3435c
to
630ca95
Compare
No description provided.