[ https://issues.apache.org/jira/browse/HIVE-16222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15941324#comment-15941324 ]
Matt McCline commented on HIVE-16222: ------------------------------------- Or: {code} enabled: false enabledConditionsNotMet: hive.vectorized.use.row.serde.deserialize IS true AND org.apache.parquet.hadoop.ParquetInputFormat NOT IN hive.vectorized.row.serde.inputformat.excludes [org.apache.parquet.hadoop.ParquetInputFormat] IS false groupByVectorOutput: true inputFileFormats: org.apache.parquet.hadoop.ParquetInputFormat {code} > add a setting to disable row.serde for specific formats; enable for others > -------------------------------------------------------------------------- > > Key: HIVE-16222 > URL: https://issues.apache.org/jira/browse/HIVE-16222 > Project: Hive > Issue Type: Bug > Reporter: Sergey Shelukhin > Assignee: Sergey Shelukhin > Attachments: HIVE-16222.01.patch, HIVE-16222.02.patch, > HIVE-16222.03.patch, HIVE-16222.patch > > > Per [~gopalv] > {quote} > row.serde = true ... breaks Parquet (they expect to get the same object back, > which means you can't buffer 1024 rows). > {quote} > We want to enable this and vector.serde for text vectorization. Need to turn > it off for specific formats. > -- This message was sent by Atlassian JIRA (v6.3.15#6346)