Info needed - pmc mailing list

2020-08-25 Thread D, Anup (Nokia - IN/Bangalore)
Hi, We would like to know if there is a way to reach out to members of the pmc group. We tried sending email to p...@beam.apache.org but it got bounced. Thanks Anup

RE: Info needed - pmc mailing list

2020-08-26 Thread D, Anup (Nokia - IN/Bangalore)
...@beam.apache.org. On Tue, Aug 25, 2020 at 6:18 AM D, Anup (Nokia - IN/Bangalore) wrote: > > Hi, > > > > We would like to know if there is a way to reach out to members of the pmc > group. > > We tried sending email to p...@beam.apache.org but it got bounced. > > > > Thanks > > Anup

Query regarding support for ROLLUP

2021-05-04 Thread D, Anup (Nokia - IN/Bangalore)
Hi All, I was trying to use "GROUP BY WITH ROLLUP" (2.29.0 version) which I saw here - https://beam.apache.org/documentation/dsls/sql/calcite/query-syntax/# "select warehouse, SUM(quantity) as quantity from PCOLLECTION group by ROLLUP(warehouse)")); Warehouse | quantity ---

RE: Query regarding support for ROLLUP

2021-05-06 Thread D, Anup (Nokia - IN/Bangalore)
021 at 7:38 AM D, Anup (Nokia - IN/Bangalore) mailto:anu...@nokia.com>> wrote: Hi All, I was trying to use “GROUP BY WITH ROLLUP” (2.29.0 version) which I saw here - https://beam.apache.org/documentation/dsls/sql/calcite/query-syntax/#<https://beam.apache.org/documentation/dsls/sql/calcite/qu

RE: Query regarding support for ROLLUP

2021-05-09 Thread D, Anup (Nokia - IN/Bangalore)
y) as quantity from PCOLLECTION group by warehouse UNION select "Warehouse_Total", SUM(quantity) as quantity from PCOLLECTION On Thu, May 6, 2021 at 7:07 AM D, Anup (Nokia - IN/Bangalore) mailto:anu...@nokia.com>> wrote: Thank you Brian, Andrew for your response. Do you see any alte