-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
support dataset rows more then max(int32_t) (add CMAKE option) #5540
base: master
Are you sure you want to change the base?
Conversation
@shiyu1994 can you help to review this PR? |
@guolinke @shiyu1994 Since the current SWIG does not seem to support Since we also use SynapseML, we also changed the LightGBM part of SynapseML to the For the testing part, we have tested datasets over We sincerely hope that you will review it. Best Regards |
@junpeng0715 can you also add a CI test, to build with int64_t type and run some tests? |
Oh, I saw the test, thank you! |
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.
I'd like a chance to also review these quite impactful changes. Before I do...why was a new PR opened instead of just pushing changes to #5454? Can we now close #5454?
Also, please check you .gitconfig
...it looks like many of your commits are not tied to your GitHub account. See #5532 (comment).
@microsoft-github-policy-service agree company="ACN" |
@jameslamb It is a PR without Cmake Option modification as a backup. I think we can close it.
Thank you for your tips, modified it! |
Ok thanks, I closed #5554. In the future, please just push new commits in response to reviewers' comments, instead of opening new PRs, when reviewers ask for a different approach. That keeps all of the conversation focused in one place, and ensures that other conversations threads that linked to the work you were doing don't need to now to link to multiple very-similar pull requests. |
@guolinke @jameslamb @shiyu1994 |
Hi @guolinke @shiyu1994 |
I will check |
Hi @jameslamb The block issues are as below, am I right? |
No. #5555 is not a blocking issue. The following need to be fixed before any pull requests in this repo will build successfully.
Fixing #5546 requires manual action that only @shiyu1994 can do. #5549 and #5562 will be fixed by #5563. |
Thank you @jameslamb ! I understand clearly now! |
@junpeng0715 The CI issues have been fixed. Please merge latest |
@jameslamb Merged the lastest |
@jameslamb |
sure, re-triggered. As I mentioned previously (#5540 (comment)), you could also consider making a separate, small, non-controversial contribution (like one of the items from #5313) so that you wouldn't be considered a first-time contributor any more and would need to |
Hi @jameslamb
|
hi @jameslamb and @guolinke @sinhrks will handle the PR if further modification required. He belongs to the same company and agreed with CLA. Best Regards |
@junpeng0715 We will move this PR forward, and discuss at microsoft/SynapseML#1684 |
@guolinke are you still interested in pursuing this PR? It's been 4 months since the most recent commit. |
I think we can work on the 4.0.0 release first, then revisit these PRs after that. cc @shiyu1994 .
|
Thx for following up. Is it ok for me to prepare another PR to rebase this? |
Sure, please go ahead. |
hi Team, |
related to #5454 , add a CMAKE option to switch int32 and int64