Found the following error when testing ASAP-Planner
skipping "U-P3l" — lowering failed: unsupported feature: Arrow type: Date32
Suggestion: extend arrow_to_dtype in ASAPPlanner/crates/frontend-sql/src/sql/types.rs
However, I do not know if we should
- Add Date32/Date64 as an extra internal type, or
- convert them to Timestamp
Found the following error when testing ASAP-Planner
skipping "U-P3l" — lowering failed: unsupported feature: Arrow type: Date32Suggestion: extend
arrow_to_dtypeinASAPPlanner/crates/frontend-sql/src/sql/types.rsHowever, I do not know if we should