Github user KulykRoman commented on a diff in the pull request:
https://github.com/apache/drill/pull/1131#discussion_r170971218
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/expr/stat/ParquetPredicatesHelper.java
---
@@ -0,0 +1,41 @@
+/*
+ * Licensed to the
Github user KulykRoman commented on the issue:
https://github.com/apache/drill/pull/1131
All changes were applied and all tests passed.
---
GitHub user KulykRoman opened a pull request:
https://github.com/apache/drill/pull/1131
DRILL-6174: Parquet filter pushdown improvements.
Added support IS [NOT] NULL/TRUE/FALSE operator for the parquet filter
pushdown.
Added timestamp/date/time implicit/explicit casts.
You can
GitHub user KulykRoman opened a pull request:
https://github.com/apache/drill/pull/1066
DRILL-3993: Changes to support Calcite 1.13
Works with Drill-specific Calcite 1.13 from a branch:
https://github.com/KulykRoman/incubator-calcite/tree/DRILL-3993.
You can merge this pull
GitHub user KulykRoman opened a pull request:
https://github.com/apache/drill/pull/967
DRILL-5564: Added finally block for stopWait() to avoid all situationâ¦
â¦s where Drill able to miss stopWait() in case of exceptions (it can lead
to assertions).
You can merge this pull
Github user KulykRoman commented on the issue:
https://github.com/apache/drill/pull/881
@paul-rogers, I retested this situation and I was not able to reproduce
infinite loop with this fix (but I can reproduce it without the fix). So this
fix solves the issue.
---
If your project is
GitHub user KulykRoman opened a pull request:
https://github.com/apache/drill/pull/881
DRILL-5083: status.getOutcome() return FAILURE if one of the batches â¦
â¦has STOP status (to avoid infinite loop in Merge Join).
You can merge this pull request into a Git repository by
Github user KulykRoman commented on the issue:
https://github.com/apache/drill/pull/869
Done.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the
GitHub user KulykRoman opened a pull request:
https://github.com/apache/drill/pull/869
DRILL-4511: Refresh over empty folder results in error, we need a better
error message
- Added unit test for "Table does not exist" situation in case of empty
directory or incorrect t
Github user KulykRoman commented on the issue:
https://github.com/apache/drill/pull/635
Added tests with t1.key = t2.key AND ((t1.data=t2.data) OR (t1.data IS NULL
AND t2.data IS NULL)) pattern.
---
If your project is set up for it, you can reply to this email and have your
reply
GitHub user KulykRoman opened a pull request:
https://github.com/apache/drill/pull/635
DRILL-4927 (part 2): Add support for Null Equality Joins (mixed compaâ¦
â¦rators)
This changes are a subset of the original pull request from DRILL-4539
(PR-462).
- Added changes
Github user KulykRoman commented on the issue:
https://github.com/apache/drill/pull/603
@amansinha100 The commit message is updated.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this
GitHub user KulykRoman opened a pull request:
https://github.com/apache/drill/pull/603
DRILL-4927: Add support for Null Equality Joins
- Added changes to support Null Equality Joins;
- Created tests for it.
You can merge this pull request into a Git repository by running
GitHub user KulykRoman opened a pull request:
https://github.com/apache/drill/pull/580
DRILL-4824: JSON with complex nested data produces incorrect output wâ¦
â¦ith missing fields
You can merge this pull request into a Git repository by running:
$ git pull https://github.com
14 matches
Mail list logo