[GitHub] [drill] paul-rogers opened a new pull request #1802: DRILL-7258: Remove field width limit for text reader

2019-05-30 Thread GitBox
paul-rogers opened a new pull request #1802: DRILL-7258: Remove field width limit for text reader URL: https://github.com/apache/drill/pull/1802 The V2 text reader enforced a limit of 64K characters when using column headers, but not when using the columns[] array. The V3 reader

Re: How to implement AbstractRecordWriter

2019-05-30 Thread Paul Rogers
Hi Nicolas, A quick check of the code suggests that AbstractWriter is a Json-serialized description of the physical plan. It represents the information sent from the planner to the execution engine, and is interpreted by the scan operator. That is, it is the "physical plan." The question is,

[GitHub] [drill] sachouche closed pull request #1784: DRILL-4782 / DRILL-7139: Fix cast and arithmetic for DayInterval

2019-05-30 Thread GitBox
sachouche closed pull request #1784: DRILL-4782 / DRILL-7139: Fix cast and arithmetic for DayInterval URL: https://github.com/apache/drill/pull/1784 This is an automated message from the Apache Git Service. To respond to

[GitHub] [drill] sachouche closed pull request #1794: DRILL-7196: Queries are still runnable on disabled plugins

2019-05-30 Thread GitBox
sachouche closed pull request #1794: DRILL-7196: Queries are still runnable on disabled plugins URL: https://github.com/apache/drill/pull/1794 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [drill] sachouche closed pull request #1764: DRILL-7206: using primitive int list at right or full join case

2019-05-30 Thread GitBox
sachouche closed pull request #1764: DRILL-7206: using primitive int list at right or full join case URL: https://github.com/apache/drill/pull/1764 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [drill] sachouche closed pull request #1788: DRILL-7204: Add proper validation when creating plugin

2019-05-30 Thread GitBox
sachouche closed pull request #1788: DRILL-7204: Add proper validation when creating plugin URL: https://github.com/apache/drill/pull/1788 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [drill] sachouche closed pull request #1795: DRILL-7276: Fixed an XSS vulnerability in Drill Web-UI query profile …

2019-05-30 Thread GitBox
sachouche closed pull request #1795: DRILL-7276: Fixed an XSS vulnerability in Drill Web-UI query profile … URL: https://github.com/apache/drill/pull/1795 This is an automated message from the Apache Git Service. To respond

Re: testing maprdb pluging

2019-05-30 Thread Aman Sinha
Regarding the unit tests, for some reason maven requires full package name for the plugin test suite. You can do this: (assuming you are running on Linux) 1. do the clean build 2. cd contrib/format-maprdb 3. mvn test -Dtest=com.mapr.drill.maprdb.tests.MaprDBTestsSuite -Pmapr

[jira] [Created] (DRILL-7281) Unable to submit physical plan with maprdb-json-scan operator

2019-05-30 Thread Volodymyr Vysotskyi (JIRA)
Volodymyr Vysotskyi created DRILL-7281: -- Summary: Unable to submit physical plan with maprdb-json-scan operator Key: DRILL-7281 URL: https://issues.apache.org/jira/browse/DRILL-7281 Project:

How to implement AbstractRecordWriter

2019-05-30 Thread Nicolas A Perez
Can anyone give me an overview of how to implement AbstractRecordWriter? What are the mechanics it follows, what should I do and so on? It will very helpful. Best Regards, Nicolas A Perez -- Sent by

Re: testing maprdb pluging

2019-05-30 Thread Nicolas A Perez
The other problem I have is that in order to support writing on the contrib/format-maprdb I need access to RecordWrite and it seems I don't have a way to get it inside this project. What should I do? Should I structure the code differently? Best Regards, Nicolas A Perez On Thu, May 30,

Re: testing maprdb pluging

2019-05-30 Thread Nicolas A Perez
The tests are located in the drill/contrib/format-maprdb I ran mvn test -Dtest=MaprDBTestsSuite -Pmapr And I got this. --- [*INFO*] T E S T S [*INFO*] --- [*INFO*] Running