[GitHub] drill pull request #783: DRILL-5324: Provide simplified column reader/writer...

2017-04-13 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/783#discussion_r111289506 --- Diff: exec/vector/src/main/codegen/templates/ColumnAccessors.java --- @@ -0,0 +1,333 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] drill pull request #805: Drill-4139: Exception while trying to prune partiti...

2017-04-13 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/805#discussion_r111501238 --- Diff: exec/java-exec/src/main/codegen/templates/CastVarBinaryInterval.java --- @@ -0,0 +1,72 @@ +/* + * Licensed to the Apache Software

[GitHub] drill pull request #805: Drill-4139: Exception while trying to prune partiti...

2017-04-13 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/805#discussion_r111505132 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetGroupScan.java --- @@ -508,7 +511,10 @@ public void

[GitHub] drill pull request #805: Drill-4139: Exception while trying to prune partiti...

2017-04-13 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/805#discussion_r111504302 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/Metadata.java --- @@ -1668,9 +1666,25 @@ public ColumnMetadata_v3(String[]

[jira] [Created] (DRILL-5436) Need a way to input password which contains space when calling sqlline

2017-04-13 Thread Hao Zhu (JIRA)
Hao Zhu created DRILL-5436: -- Summary: Need a way to input password which contains space when calling sqlline Key: DRILL-5436 URL: https://issues.apache.org/jira/browse/DRILL-5436 Project: Apache Drill

[GitHub] drill issue #815: DRILL-5424: Fix IOBE for reverse function

2017-04-13 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/815 +1 --- 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

[jira] [Created] (DRILL-5435) Using Limit causes Memory Leaked Error since 1.10

2017-04-13 Thread JIRA
F Méthot created DRILL-5435: --- Summary: Using Limit causes Memory Leaked Error since 1.10 Key: DRILL-5435 URL: https://issues.apache.org/jira/browse/DRILL-5435 Project: Apache Drill Issue Type: Bug

Re: Memory was Leaked error when using "limit" in 1.10

2017-04-13 Thread François Méthot
Yes it did, the problem is gone. Thanks I will share the details I have on a Jira ticket now. On Tue, Apr 11, 2017 at 9:22 PM, Kunal Khatua wrote: > Did this help resolve the memory leak, Francois? > > > Could you share the stack trace and other relevant logs on a JIRA? > >

Re: [jira] [Created] (DRILL-5432) Want a memory format for PCAP files

2017-04-13 Thread François Méthot
Hi Ted, We did a proof of concept with reading pcap from drill. Our approach was to avoid writing yet another pcap decoder so we tried to adapt Drill to use an existing one. We took Tshark as an example. It already comes with 1000s of dissectors. We approached the problem from a different

[jira] [Created] (DRILL-5434) IllegalStateException: Memory was leaked by query.

2017-04-13 Thread Khurram Faraaz (JIRA)
Khurram Faraaz created DRILL-5434: - Summary: IllegalStateException: Memory was leaked by query. Key: DRILL-5434 URL: https://issues.apache.org/jira/browse/DRILL-5434 Project: Apache Drill