databend icon indicating copy to clipboard operation
databend copied to clipboard

feat(expr): support date, interval and timestamp

Open andylokandy opened this issue 3 years ago • 4 comments

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

Fixes https://github.com/datafuselabs/databend/issues/6635 Blocked by https://github.com/datafuselabs/databend/pull/6867

andylokandy avatar Jul 28 '22 12:07 andylokandy

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated
databend ⬜️ Ignored (Inspect) Jul 28, 2022 at 0:11AM (UTC)

vercel[bot] avatar Jul 28 '22 12:07 vercel[bot]

also, may require some

Date => ArrowDataType::Date32,
Datetime(unit, tz) => ArrowDataType::Timestamp(unit.to_arrow(), tz.clone()),

PsiACE avatar Jul 29 '22 02:07 PsiACE

@PsiACE Have you been working on it? If so I'd like to close this one.

andylokandy avatar Jul 29 '22 05:07 andylokandy

@PsiACE Have you been working on it? If so I'd like to close this one.

You can keep working on this, I haven't made that much progress, I just happened to notice these.

PsiACE avatar Jul 29 '22 06:07 PsiACE

  • main branch is force pushed, update your working branch please: #7261

drmingdrmer avatar Aug 24 '22 02:08 drmingdrmer

main branch is force pushed(again :(, to cleanup big object in history), update your working branch please: To everybody: main branch is force pushed. #7263

drmingdrmer avatar Aug 24 '22 12:08 drmingdrmer

Closing in favor of https://github.com/datafuselabs/databend/pull/7393

andylokandy avatar Aug 30 '22 08:08 andylokandy