[
https://issues.apache.org/jira/browse/DRILL-6174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16377056#comment-16377056
]
ASF GitHub Bot commented on DRILL-6174:
---------------------------------------
Github user arina-ielchiieva commented on a diff in the pull request:
https://github.com/apache/drill/pull/1131#discussion_r170630466
--- Diff:
exec/java-exec/src/test/java/org/apache/drill/exec/store/parquet/TestParquetFilterPushDown.java
---
@@ -388,6 +388,45 @@ public void testTimeStampPredicate() throws Exception {
testParquetFilterPD(query3, 49, 2, false);
}
+ @Test
+ public void testBooleanPredicate() throws Exception {
+ // Table blnTbl was created by CTAS in drill 1.12.0 and consist of 4
files withe the next data:
--- End diff --
Can we generate files on the fly rather then storing them? This will help
to prevent any issues, for example, if files generation will change in the next
version.
> Parquet pushdown planning improvements
> --------------------------------------
>
> Key: DRILL-6174
> URL: https://issues.apache.org/jira/browse/DRILL-6174
> Project: Apache Drill
> Issue Type: Improvement
> Affects Versions: 1.12.0
> Reporter: Arina Ielchiieva
> Assignee: Roman Kulyk
> Priority: Major
> Labels: doc-impacting
> Fix For: 1.13.0
>
>
> Currently parquet pushdown planning has certain limitations
> (https://drill.apache.org/docs/parquet-filter-pushdown/). This Jira aims to
> fix some of them. List of improvements can be find below:
> 1. IS [NOT] NULL / TRUE / FALSE
> 2. Timestamp / date / time implicit / explicit casts
> {noformat}
> timestamp -> date
> timestamp -> varchar
> date -> timestamp
> date -> varchar
> time -> timestamp
> time -> date
> time -> varchar
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)