[GitHub] [incubator-livy] runzhiwang commented on issue #247: [LIVY-699] Support DateType: decimal, timestamp, date

2019-10-23 Thread GitBox
runzhiwang commented on issue #247: [LIVY-699] Support DateType: decimal, timestamp, date URL: https://github.com/apache/incubator-livy/pull/247#issuecomment-545411022 @mgaido91 If `create table test(id decimal)`, and then `resultSet.getMetaData().getColumnTypeName(1) `will print

[GitHub] [incubator-livy] mgaido91 commented on issue #247: [LIVY-699] Support DateType: decimal, timestamp, date

2019-10-23 Thread GitBox
mgaido91 commented on issue #247: [LIVY-699] Support DateType: decimal, timestamp, date URL: https://github.com/apache/incubator-livy/pull/247#issuecomment-545410081 I am not sure about the goal of this PR. May you please describe it? In general these types are supported, but they are

[GitHub] [incubator-livy] runzhiwang commented on issue #247: [LIVY-699] Support DateType: decimal, timestamp, date

2019-10-23 Thread GitBox
runzhiwang commented on issue #247: [LIVY-699] Support DateType: decimal, timestamp, date URL: https://github.com/apache/incubator-livy/pull/247#issuecomment-545399101 @mgaido91 Could you help review this pr ? This is an

[GitHub] [incubator-livy] runzhiwang edited a comment on issue #247: [LIVY-699] Support DateType: decimal, timestamp, date

2019-10-23 Thread GitBox
runzhiwang edited a comment on issue #247: [LIVY-699] Support DateType: decimal, timestamp, date URL: https://github.com/apache/incubator-livy/pull/247#issuecomment-545411022 @mgaido91 If `create table test(id decimal)`, and then `resultSet.getMetaData().getColumnTypeName(1) `will

[GitHub] [incubator-livy] runzhiwang edited a comment on issue #247: [LIVY-699] Support DateType: decimal, timestamp, date

2019-10-23 Thread GitBox
runzhiwang edited a comment on issue #247: [LIVY-699] Support DateType: decimal, timestamp, date URL: https://github.com/apache/incubator-livy/pull/247#issuecomment-545411022 @mgaido91 If `create table test(id decimal)`, then `resultSet.getMetaData().getColumnTypeName(1) `will return

[GitHub] [incubator-livy] huianyi commented on issue #238: [LIVY-689] Deliver stage process message to the end user using thriftserver

2019-10-23 Thread GitBox
huianyi commented on issue #238: [LIVY-689] Deliver stage process message to the end user using thriftserver URL: https://github.com/apache/incubator-livy/pull/238#issuecomment-545715699 > > Rethink about the way this ticket doing, I think current way may not be the best way. > > >

[GitHub] [incubator-livy] huianyi edited a comment on issue #238: [LIVY-689] Deliver stage process message to the end user using thriftserver

2019-10-23 Thread GitBox
huianyi edited a comment on issue #238: [LIVY-689] Deliver stage process message to the end user using thriftserver URL: https://github.com/apache/incubator-livy/pull/238#issuecomment-545715699 > > Rethink about the way this ticket doing, I think current way may not be the best way. >

[GitHub] [incubator-livy] runzhiwang commented on issue #247: [LIVY-699] Support DateType: decimal, timestamp, date

2019-10-23 Thread GitBox
runzhiwang commented on issue #247: [LIVY-699] Support DateType: decimal, timestamp, date URL: https://github.com/apache/incubator-livy/pull/247#issuecomment-545346759 @yiheng test cases has been added. This is an automated