-
Notifications
You must be signed in to change notification settings - Fork 4.6k
[ROOT6] RNTuple API change: RNTupleWriter is private #43949
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
Conversation
|
enable nano |
|
please test |
|
cms-bot internal usage |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43949/38821
|
|
A new Pull Request was created by @smuzaffar (Malik Shahzad Muzaffar) for master. It involves the following packages:
@vlimant, @hqucms can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
-1 Failed Tests: RelVals-INPUT RelVals-INPUTThe relvals timed out after 4 hours. Comparison SummarySummary:
NANO Comparison SummarySummary:
Nano size comparison Summary:
|
|
@cms-sw/xpog-l2 , can you please review this. This is needed for ROOT master IBswhere RNTuple has more changes for its API |
|
+1 |
|
This pull request is fully signed and it will be integrated in one of the next master IBs (but tests are reportedly failing). This pull request will now be reviewed by the release team before it's merged. @rappoccio, @antoniovilela, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
|
FYI @dan131riley |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-03bb41/37400/summary.html Comparison SummarySummary:
NANO Comparison SummarySummary:
Nano size comparison Summary:
|
|
I cannot recall if we have a test workflow for this anywhere ; anyone ? |
I don't believe we currently have test WF for the rntuple NANO writer. I'm working on some updates that should add one. |
|
@cms-sw/orp-l2 , can you merge this? This will allow to move forward with root master updates |
|
ping @cms-sw/orp-l2 |
|
ping @cms-sw/orp-l2 this is holding up development (that would include a test for the RNtuple NANO producer) |
|
+1 |
RNTupleWriter(std::unique_ptr model, std::unique_ptrDetail::RPageSink sink); is private now (see jblomer/root@cac8467). This PR proposes to use new CreateRNTupleWriter. This change is needed to integrate the latest ROOT master changes in ROOT6 IBs ( cms-sw/cmsdist#8999 )