[GitHub] [drill] Ben-Zvi commented on issue #1859: DRILL-7170: Ignore uninitialized vector containers for OOM error messages

2019-09-24 Thread GitBox
Ben-Zvi commented on issue #1859: DRILL-7170: Ignore uninitialized vector containers for OOM error messages URL: https://github.com/apache/drill/pull/1859#issuecomment-534804006 This code is called for cleanup from the SpillSet _close()_ method, and I somehow thought we could have a

[GitHub] [drill] cgivre opened a new pull request #1862: DRILL-7385: Convert PCAP Format Plugin to EVF

2019-09-24 Thread GitBox
cgivre opened a new pull request #1862: DRILL-7385: Convert PCAP Format Plugin to EVF URL: https://github.com/apache/drill/pull/1862 The PCAP format plugin has the possibility of extracting considerably more data out of PCAP files. To facilitate this, this PR updates the plugin to use

[jira] [Created] (DRILL-7385) Convert PCAP Format Plugin to EVF

2019-09-24 Thread Charles Givre (Jira)
Charles Givre created DRILL-7385: Summary: Convert PCAP Format Plugin to EVF Key: DRILL-7385 URL: https://issues.apache.org/jira/browse/DRILL-7385 Project: Apache Drill Issue Type:

[jira] [Created] (DRILL-7384) Mongodb database name character length limit in order for Drill to see tables in it?

2019-09-24 Thread Richard Powers (Jira)
Richard Powers created DRILL-7384: - Summary: Mongodb database name character length limit in order for Drill to see tables in it? Key: DRILL-7384 URL: https://issues.apache.org/jira/browse/DRILL-7384

Re: EVF Question: FULL BATCH?

2019-09-24 Thread Paul Rogers
Hi Charles, Looks like I forgot the extra newlines needed to make my e-mail provider work with Apache's mailer. Let me try again. In the "classic" readers, each reader picks some number of rows per batch, often 1K, 4K, 4000, etc. The idea is that, on average, this row count will give us a

Re: EVF Question: FULL BATCH?

2019-09-24 Thread Paul Rogers
So the usual pattern is: while (! rowWriter.isFull()) {  // Load the row  rowWriter.save();} Is it the case that PCAP is trying to force the row count to, say 4K or 8K or whatever? If so, ignore that count. The error is telling you that at least one vector has reached 16 MB in size (or you've

[GitHub] [drill] ihuzenko commented on issue #1861: DRILL-7380: Query of a field inside of an array of structs returns null

2019-09-24 Thread GitBox
ihuzenko commented on issue #1861: DRILL-7380: Query of a field inside of an array of structs returns null URL: https://github.com/apache/drill/pull/1861#issuecomment-534632395 @KazydubB please review. This is an automated

[GitHub] [drill] ihuzenko opened a new pull request #1861: DRILL-7380: Query of a field inside of an array of structs returns null

2019-09-24 Thread GitBox
ihuzenko opened a new pull request #1861: DRILL-7380: Query of a field inside of an array of structs returns null URL: https://github.com/apache/drill/pull/1861 1. Fixed parquet reader projection for Logical lists (DrillParquetReader.java) 2. Fixed projection pushdown for

[GitHub] [drill] arina-ielchiieva commented on issue #1860: DRILL-7357: Expose Drill Metastore data through information_schema

2019-09-24 Thread GitBox
arina-ielchiieva commented on issue #1860: DRILL-7357: Expose Drill Metastore data through information_schema URL: https://github.com/apache/drill/pull/1860#issuecomment-534583167 @vvysotskyi please review. This is an

[GitHub] [drill] arina-ielchiieva opened a new pull request #1860: DRILL-7357: Expose Drill Metastore data through information_schema

2019-09-24 Thread GitBox
arina-ielchiieva opened a new pull request #1860: DRILL-7357: Expose Drill Metastore data through information_schema URL: https://github.com/apache/drill/pull/1860 1. Add additional columns to TABLES and COLUMNS tables. 2. Add PARTITIONS table. 3. General refactoring to adjust

[jira] [Created] (DRILL-7383) Apache Drill RestAPI

2019-09-24 Thread kethu sai kumar (Jira)
kethu sai kumar created DRILL-7383: -- Summary: Apache Drill RestAPI Key: DRILL-7383 URL: https://issues.apache.org/jira/browse/DRILL-7383 Project: Apache Drill Issue Type: Bug