Re: Strange metadata from Text Reader

2019-06-24 Thread Paul Rogers
Hi All, To close the loop on this, see the detailed comments in DRILL-7308 which Charles kindly filed. There is a code bug in the REST metadata feature itself which causes the schema to repeat for every returned record batch, and which causes it to display precision and scale for VARCHAR

[GitHub] [drill] paul-rogers commented on issue #1813: DRILL-7306: Disable schema-only batch for new scan framework

2019-06-24 Thread GitBox
paul-rogers commented on issue #1813: DRILL-7306: Disable schema-only batch for new scan framework URL: https://github.com/apache/drill/pull/1813#issuecomment-505286184 @arina-ielchiieva, regarding `enableSchemaBatch`, recall that Java boolean variables are, by definition in the language

[GitHub] [drill] paul-rogers commented on issue #1809: DRILL-6951: Row set based mock data source

2019-06-24 Thread GitBox
paul-rogers commented on issue #1809: DRILL-6951: Row set based mock data source URL: https://github.com/apache/drill/pull/1809#issuecomment-505257599 Squashed commits and rebased on latest master. This is an automated

Re: Strange metadata from Text Reader

2019-06-24 Thread Paul Rogers
Hi Charles, Latest master? Please file a JIRA with repo steps. I’ll take a look. - Paul Sent from my iPhone > On Jun 24, 2019, at 11:38 AM, Charles Givre wrote: > > Hello Drill Devs, > I'm noticing some strange behavior with the newest version of Drill. If you > query a CSV file, you get

Re: Multi char csv delimiter

2019-06-24 Thread Khurram Faraaz
Hi Matthias, Like Paul mentioned, that information with examples can be found here. Our documentation mentions that, "As of Drill 1.8, Drill supports multi-byte delimiters, such as \r\n. " https://drill.apache.org/docs/plugin-configuration-basics/ Thanks, Khurram On Mon, Jun 24, 2019 at 2:31 PM

Re: Multi char csv delimiter

2019-06-24 Thread Paul Rogers
Hi Matthias, Field delimiters, quotes and quote escapes can be only one character. The line delimiter can be multi. Are you setting the line delimiter? - Paul Sent from my iPhone > On Jun 24, 2019, at 12:10 PM, Arina Yelchiyeva > wrote: > > Hi Matthias, > > Attachments are not supported

Re: Strange metadata from Text Reader

2019-06-24 Thread Arina Yelchiyeva
It would be good to help to identify the commit that actually caused the bug. Personally, I don’t recall anything that might have broken this functionality. Kind regards, Arina > On Jun 24, 2019, at 10:19 PM, Charles Givre wrote: > > I don't have that version of Drill anymore but this feature

Re: Strange metadata from Text Reader

2019-06-24 Thread Charles Givre
I don't have that version of Drill anymore but this feature worked correctly until recently. I'm using the latest build of Drill. > On Jun 24, 2019, at 3:18 PM, Arina Yelchiyeva > wrote: > > Just to confirm, in Drill 1.15 it works correctly? > > Kind regards, > Arina > >> On Jun 24, 2019,

Re: Strange metadata from Text Reader

2019-06-24 Thread Arina Yelchiyeva
Just to confirm, in Drill 1.15 it works correctly? Kind regards, Arina > On Jun 24, 2019, at 10:15 PM, Charles Givre wrote: > > Hi Arina, > It doesn't seem to make a difference unfortunately. :-( > --C > >> On Jun 24, 2019, at 3:09 PM, Arina Yelchiyeva >> wrote: >> >> Hi Charles, >> >>

Re: Strange metadata from Text Reader

2019-06-24 Thread Charles Givre
Hi Arina, It doesn't seem to make a difference unfortunately. :-( --C > On Jun 24, 2019, at 3:09 PM, Arina Yelchiyeva > wrote: > > Hi Charles, > > Please try with v3 reader enabled: set `exec.storage.enable_v3_text_reader` = > true. > Does it behave the same? > > Kind regards, > Arina >

Re: Multi char csv delimiter

2019-06-24 Thread Arina Yelchiyeva
Hi Matthias, Attachments are not supported on the mailing list, please include text describing your configuration. Kind regards, Arina > On Jun 24, 2019, at 2:21 PM, Rosenthaler Matthias (PS-DI/ETF1.1) > wrote: > > Hi, > > It seems that multi char delimiter “\n\r” is not supported for csv

Re: Strange metadata from Text Reader

2019-06-24 Thread Arina Yelchiyeva
Hi Charles, Please try with v3 reader enabled: set `exec.storage.enable_v3_text_reader` = true. Does it behave the same? Kind regards, Arina > On Jun 24, 2019, at 9:38 PM, Charles Givre wrote: > > Hello Drill Devs, > I'm noticing some strange behavior with the newest version of Drill. If

Multi char csv delimiter

2019-06-24 Thread Rosenthaler Matthias (PS-DI/ETF1.1)
Hi, It seems that multi char delimiter "\n\r" is not supported for csv format drill 1.16. The documentation mentions it should work, but it does not work for me. It always says "invalid JSON syntax" if I try to change the storage plugin configuration. [cid:image001.png@01D52A8F.B9475F50] Mit

[jira] [Created] (DRILL-7308) Incorrect Metadata from text file queries

2019-06-24 Thread Charles Givre (JIRA)
Charles Givre created DRILL-7308: Summary: Incorrect Metadata from text file queries Key: DRILL-7308 URL: https://issues.apache.org/jira/browse/DRILL-7308 Project: Apache Drill Issue Type:

Strange metadata from Text Reader

2019-06-24 Thread Charles Givre
Hello Drill Devs, I'm noticing some strange behavior with the newest version of Drill. If you query a CSV file, you get the following metadata: SELECT * FROM dfs.test.`domains.csvh` LIMIT 1 { "queryId": "22eee85f-c02c-5878-9735-091d18788061", "columns": [ "domain" ], "rows": [

Apache Drill Hangout - June 25, 2019

2019-06-24 Thread Boaz Ben-Zvi
Hi Drillers, Our bi-weekly hangout is scheduled for tomorrow, Tuesday, June 25th, at 10 AM PST (link:https://meet.google.com/yki-iqdf-tai ). Please suggest any topics you would like to discuss during the hangout by replying to this email. Thanks,

[GitHub] [drill] arina-ielchiieva commented on issue #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on issue #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#issuecomment-505076823 @vvysotskyi thanks for making the changes. +1

[GitHub] [drill] vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296770734 ## File path:

[GitHub] [drill] vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296787766 ## File path:

[GitHub] [drill] vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296762428 ## File path:

[GitHub] [drill] vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296781802 ## File path:

[GitHub] [drill] vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296794477 ## File path:

[GitHub] [drill] vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296776704 ## File path:

[GitHub] [drill] vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296779015 ## File path:

[GitHub] [drill] vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296794257 ## File path:

[GitHub] [drill] vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296776542 ## File path:

[GitHub] [drill] vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296775175 ## File path:

[GitHub] [drill] vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296750708 ## File path:

[GitHub] [drill] vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296786531 ## File path:

[GitHub] [drill] vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296753052 ## File path:

[GitHub] [drill] vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296765872 ## File path:

[GitHub] [drill] vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296757799 ## File path:

[GitHub] [drill] vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296737602 ## File path:

[GitHub] [drill] vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296753431 ## File path:

[GitHub] [drill] vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296772407 ## File path:

[GitHub] [drill] vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296731422 ## File path:

[GitHub] [drill] vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296752797 ## File path:

[GitHub] [drill] vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296756147 ## File path:

[GitHub] [drill] vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296765020 ## File path:

[GitHub] [drill] vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296743285 ## File path:

[GitHub] [drill] vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296761257 ## File path:

[GitHub] [drill] vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296728354 ## File path:

[GitHub] [drill] vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296737969 ## File path:

[GitHub] [drill] vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296753640 ## File path:

[GitHub] [drill] vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296746956 ## File path:

[GitHub] [drill] vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296753490 ## File path:

[GitHub] [drill] vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296767257 ## File path:

[GitHub] [drill] vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296746701 ## File path:

UDF Not Registering

2019-06-24 Thread Charles Givre
Hello Drill Devs, I'm having an issue with some UDFs I'm working on. Basically, whenever I write a UDF which returns a complex type, List or Map, Drill does not recognize the UDF. I know that Drill CAN do this, as I have written other UDFs that return maps, so I'm a little stumped as to

[DISCUSS] New approach for using Drill-Calcite fork

2019-06-24 Thread Volodymyr Vysotskyi
Hi all, Currently, Calcite fork with Drill-specific commits is placed in https://github.com/mapr/incubator-calcite. Though it is a public repository, it is problematic to provide writable access for most of the cases. Another more frequent problem is deploying new Drill-Calcite versions to the

[GitHub] [drill] arina-ielchiieva commented on issue #1809: DRILL-6951: Row set based mock data source

2019-06-24 Thread GitBox
arina-ielchiieva commented on issue #1809: DRILL-6951: Row set based mock data source URL: https://github.com/apache/drill/pull/1809#issuecomment-505004114 @paul-rogers looks good, please squash the commits. This is an

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1813: DRILL-7306: Disable schema-only batch for new scan framework

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1813: DRILL-7306: Disable schema-only batch for new scan framework URL: https://github.com/apache/drill/pull/1813#discussion_r296713307 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296695307 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296694014 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296694427 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296696051 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296695012 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296695117 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296691929 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296691350 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296693580 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296696592 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296680787 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296621362 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296684303 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296691639 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296682028 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296689298 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296685467 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296690973 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296687506 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296682838 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296692394 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296691160 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296693933 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296682165 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296694074 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296690696 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296686176 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296615585 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296688086 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296695918 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296622444 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296615995 ## File path:

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
arina-ielchiieva commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296614730 ## File path:

[jira] [Created] (DRILL-7307) casthigh for decimal type can lead to the issues with VarDecimalHolder

2019-06-24 Thread Dmytriy Grinchenko (JIRA)
Dmytriy Grinchenko created DRILL-7307: - Summary: casthigh for decimal type can lead to the issues with VarDecimalHolder Key: DRILL-7307 URL: https://issues.apache.org/jira/browse/DRILL-7307

[GitHub] [drill] vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
vvysotskyi commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296612824 ## File path:

[GitHub] [drill] ihuzenko commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore

2019-06-24 Thread GitBox
ihuzenko commented on a change in pull request #1810: DRILL-7271: Refactor Metadata interfaces and classes to contain all needed information for the File based Metastore URL: https://github.com/apache/drill/pull/1810#discussion_r296327891 ## File path:

[GitHub] [drill] arina-ielchiieva commented on issue #1807: DRILL-7293: Convert the regex ("log") plugin to use EVF

2019-06-24 Thread GitBox
arina-ielchiieva commented on issue #1807: DRILL-7293: Convert the regex ("log") plugin to use EVF URL: https://github.com/apache/drill/pull/1807#issuecomment-504905705 @paul-rogers I am still unclear if you have tried the following query for log plugin data: `select * from