Sujit Madiraju

Results 6 issues of Sujit Madiraju

Might be a silly question, but could this site be hosted using GitHub Pages?

Works on strings of the form `2012-10-31 01:00:47 America/Denver` and `2012-10-31 01:00:47 -06:00`. Parses the timestamp portion of the string as a `Timestamp`, then converts the Timestamp's wall-clock representation to...

CLA Signed

Resolves https://github.com/prestodb/presto/issues/22595. Implemented setting of version via session property: `set session hive.parquet_writer_version='PARQUET_1_0';` Though setting in Hive config does not seem to have any effect: `hive.parquet.writer.version=PARQUET_1_0`

CLA Signed

Implement `at time zone` feature from Presto Java, for `TimestampWithTimezone` input. Example usage: ``` SELECT timestamp '2012-10-31 01:00 UTC' AT TIME ZONE 'America/Los_Angeles'; 2012-10-30 18:00:00.000 America/Los_Angeles ```

CLA Signed