Skip to content

RootStorageSvc: Switch RNTuple attribute flags from bool to int

Using bool seems to cause weird issues for some reason. Switch to using int instead. Eventually we can consider moving these from the Database to the Container but that's for later (and needs additional changes).

cc: @gemmeren

Merge request reports