Commits


Jim Apple authored and Antoine Pitrou committed f81666bc478
ARROW-7395: [C++] Do not warn or error on logical "or" with constants This fixes a warning with newer clang++'s that was breaking the C++ debug build. Closes #6036 from jbapple/wno-constant-logical-operand and squashes the following commits: 78272cd83 <Jim Apple> ARROW-7395: Do not warn or wrror on logical "or" with constants Authored-by: Jim Apple <github.public@jbapple.com> Signed-off-by: Antoine Pitrou <antoine@python.org>