James Duong

Results 84 comments of James Duong

> > I have this almost hooked up. I loaded the students table which has name, gpa, and grad_year fields. When I issue this PPL query, it seems like it...

Requesting reviews from @LantaoJin @MaxKsyunz Thanks

> > > > I have this almost hooked up. I loaded the students table which has name, gpa, and grad_year fields. When I issue this PPL query, it seems...

The majority of the implementation is done. There's some more work left to support datetime types. Only simple moving average is implemented, not weighted moving average.

Datetime support has been added so this is effectively code complete (only supporting simple moving average for this iteration).

@MaxKsyunz @Yury-Fridlyand

This functionality hasn't been tested with pagination.

There are syntax changes in the Spark version of this command that haven't been reflected here (opensearch-spark/#833). - Alias has been made optional. - There is now an optional sort...

Any insight on what could trigger bwc errors here?

@salyh @YANG-DB , I have added the sort functionality and made alias optional.