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

2019-06-25 Thread GitBox
paul-rogers commented on issue #1807: DRILL-7293: Convert the regex ("log") plugin to use EVF URL: https://github.com/apache/drill/pull/1807#issuecomment-505730216 One solution to the schema issue for table functions is to use the `columns` trick from the text reader. If no schema is

[jira] [Created] (DRILL-7309) Improve documentation for table functions

2019-06-25 Thread Paul Rogers (JIRA)
Paul Rogers created DRILL-7309: -- Summary: Improve documentation for table functions Key: DRILL-7309 URL: https://issues.apache.org/jira/browse/DRILL-7309 Project: Apache Drill Issue Type: Bug

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

2019-06-25 Thread GitBox
paul-rogers commented on issue #1807: DRILL-7293: Convert the regex ("log") plugin to use EVF URL: https://github.com/apache/drill/pull/1807#issuecomment-505714454 @arina-ielchiieva, I was able to get the plugin to work for this query: ``` SELECT * FROM table(dfs.tf.table1(

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

2019-06-25 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-505698254 Commits squashed. Note that we can commit either this PR, or DRILL-7293, but not both at the same time. I will need to

[GitHub] [drill] arjuntheprogrammer opened a new pull request #1814: DRILL-7174: Expose complex to Json control in the Drill C++ Client

2019-06-25 Thread GitBox
arjuntheprogrammer opened a new pull request #1814: DRILL-7174: Expose complex to Json control in the Drill C++ Client URL: https://github.com/apache/drill/pull/1814 This is an automated message from the Apache Git Service.

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

2019-06-25 Thread GitBox
vvysotskyi merged 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 This is an automated

Re: [DISCUSS] New approach for using Drill-Calcite fork

2019-06-25 Thread Arina Yelchiyeva
Hi Volodymyr, Thanks for starting this discussion. I wish Drill did not have to maintain its own Drill Calcite fork but even latest Calcite release made us to revert one of the commits since it makes queries to hang. Hosting Drill Calcite in Mapr repository is definitely a big problem when it

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

2019-06-25 Thread GitBox
arina-ielchiieva commented on issue #1813: DRILL-7306: Disable schema-only batch for new scan framework URL: https://github.com/apache/drill/pull/1813#issuecomment-505333500 @paul-rogers thanks, now it's much better. +1, please squash the commits.