[jira] [Created] (CALCITE-3762) AggregateProjectPullUpConstantsRule causes fields to be out of order

2020-01-31 Thread hezhang (Jira)
hezhang created CALCITE-3762:


 Summary: AggregateProjectPullUpConstantsRule causes fields to be 
out of order
 Key: CALCITE-3762
 URL: https://issues.apache.org/jira/browse/CALCITE-3762
 Project: Calcite
  Issue Type: Bug
  Components: core
Affects Versions: 1.16.0, 1.10.0
Reporter: hezhang
 Fix For: 1.16.0






--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (CALCITE-3609) calite for hive struct Ineffective optimization

2019-12-18 Thread hezhang (Jira)
hezhang created CALCITE-3609:


 Summary: calite for hive struct  Ineffective optimization
 Key: CALCITE-3609
 URL: https://issues.apache.org/jira/browse/CALCITE-3609
 Project: Calcite
  Issue Type: Bug
  Components: core
Affects Versions: 1.16.0, 1.10.0
Reporter: hezhang
 Fix For: 1.16.0


student tableļ¼š
{code:java}
CREATE TABLE `student`(
  `id` int, 
  `info` struct)
ROW FORMAT SERDE 
  'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe' 
WITH SERDEPROPERTIES ( 
  'colelction.delim'=':', 
  'field.delim'=',', 
  'serialization.format'=',', 
  'serialization.null.format'='NULL')
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)