Solution: The base of the solid is the shaded circular sector.
The height is z=y. The volume is, then,
Maple Check:
int( int( y, y = 0..sqrt(1-x^2)), x = 0..1);
by: gm