[jira] [Created] (DRILL-7555) Standardize Jackson ObjectMapper usage

2020-01-30 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7555: -- Summary: Standardize Jackson ObjectMapper usage Key: DRILL-7555 URL: https://issues.apache.org/jira/browse/DRILL-7555 Project: Apache Drill Issue Type:

[jira] [Created] (DRILL-7553) Modernize type management

2020-01-26 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7553: -- Summary: Modernize type management Key: DRILL-7553 URL: https://issues.apache.org/jira/browse/DRILL-7553 Project: Apache Drill Issue Type: Improvement

[jira] [Comment Edited] (DRILL-7551) Improve Error Reporting

2020-01-26 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023322#comment-17023322 ] Paul Rogers edited comment on DRILL-7551 at 1/27/20 1:05 AM: - Fixing errors

[jira] [Commented] (DRILL-7551) Improve Error Reporting

2020-01-24 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17023322#comment-17023322 ] Paul Rogers commented on DRILL-7551: Fixing errors has a number of dimensions: # Inconsistent use of

[jira] [Created] (DRILL-7545) Projection ambiguities in complex types

2020-01-21 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7545: -- Summary: Projection ambiguities in complex types Key: DRILL-7545 URL: https://issues.apache.org/jira/browse/DRILL-7545 Project: Apache Drill Issue Type: Bug

[jira] [Commented] (DRILL-7542) Fix Drill-on-Yarn logger

2020-01-20 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17019695#comment-17019695 ] Paul Rogers commented on DRILL-7542: [~arina], I can't recall this detail. I will speculate that I

[jira] [Created] (DRILL-7522) JSON reader (v1) omits null columns in SELECT *

2020-01-12 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7522: -- Summary: JSON reader (v1) omits null columns in SELECT * Key: DRILL-7522 URL: https://issues.apache.org/jira/browse/DRILL-7522 Project: Apache Drill Issue Type:

[jira] [Created] (DRILL-7510) Incorrect String/number comparison with union types

2020-01-03 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7510: -- Summary: Incorrect String/number comparison with union types Key: DRILL-7510 URL: https://issues.apache.org/jira/browse/DRILL-7510 Project: Apache Drill Issue

[jira] [Created] (DRILL-7507) Convert fragment interrupts to exceptions

2020-01-01 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7507: -- Summary: Convert fragment interrupts to exceptions Key: DRILL-7507 URL: https://issues.apache.org/jira/browse/DRILL-7507 Project: Apache Drill Issue Type:

[jira] [Created] (DRILL-7506) Simplify code gen error handling

2020-01-01 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7506: -- Summary: Simplify code gen error handling Key: DRILL-7506 URL: https://issues.apache.org/jira/browse/DRILL-7506 Project: Apache Drill Issue Type: Improvement

[jira] [Updated] (DRILL-7359) Add support for DICT type in RowSet Framework

2019-12-31 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers updated DRILL-7359: --- Labels: ready-to-commit (was: ) > Add support for DICT type in RowSet Framework >

[jira] [Commented] (DRILL-6360) Document the typeof() function

2019-12-31 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-6360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17006252#comment-17006252 ] Paul Rogers commented on DRILL-6360: The PR for DRILL-7502 provides additional documentation about

[jira] [Commented] (DRILL-6362) typeof() lies about types

2019-12-31 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-6362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17006251#comment-17006251 ] Paul Rogers commented on DRILL-6362: DRILL-7502 fixes this issues, along with several related issues.

[jira] [Commented] (DRILL-5189) There's no documentation for the typeof() function

2019-12-31 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17006250#comment-17006250 ] Paul Rogers commented on DRILL-5189: The PR for DRILL-7502 provides additional documentation about

[jira] [Assigned] (DRILL-7502) Incorrect/invalid codegen for typeof() with UNION

2019-12-31 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers reassigned DRILL-7502: -- Assignee: Paul Rogers > Incorrect/invalid codegen for typeof() with UNION >

[jira] [Updated] (DRILL-7502) Incorrect/invalid codegen for typeof() with UNION

2019-12-31 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers updated DRILL-7502: --- Fix Version/s: 1.18.0 Affects Version/s: 1.17.0 > Incorrect/invalid codegen for typeof()

[jira] [Created] (DRILL-7503) Refactor project operator

2019-12-30 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7503: -- Summary: Refactor project operator Key: DRILL-7503 URL: https://issues.apache.org/jira/browse/DRILL-7503 Project: Apache Drill Issue Type: Improvement

[jira] [Updated] (DRILL-7502) Incorrect/invalid codegen for typeof() with UNION

2019-12-30 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers updated DRILL-7502: --- Description: The {{typeof()}} function is defined as follows: {code:java} @FunctionTemplate(names

[jira] [Updated] (DRILL-7502) Incorrect/invalid codegen for typeof() with UNION

2019-12-30 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers updated DRILL-7502: --- Description: The {{typeof()}} function is defined as follows: {code:java} @FunctionTemplate(names

[jira] [Created] (DRILL-7502) Incorrect/invalid codegen for typeof() with UNION

2019-12-30 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7502: -- Summary: Incorrect/invalid codegen for typeof() with UNION Key: DRILL-7502 URL: https://issues.apache.org/jira/browse/DRILL-7502 Project: Apache Drill Issue

[jira] [Assigned] (DRILL-7499) sqltypeof() function with an array returns "ARRAY", not type

2019-12-29 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers reassigned DRILL-7499: -- Assignee: Paul Rogers > sqltypeof() function with an array returns "ARRAY", not type >

[jira] [Commented] (DRILL-7499) sqltypeof() function with an array returns "ARRAY", not type

2019-12-29 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17005161#comment-17005161 ] Paul Rogers commented on DRILL-7499: I believe the described behavior is an unintended artifact of

[jira] [Resolved] (DRILL-7501) Drill 1.17 sqlTypeOf for a Map now reports STRUCT

2019-12-29 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers resolved DRILL-7501. Resolution: Won't Fix As explained on the dev list, the return value in this case was changed to

[jira] [Resolved] (DRILL-5189) There's no documentation for the typeof() function

2019-12-29 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-5189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers resolved DRILL-5189. Resolution: Duplicate > There's no documentation for the typeof() function >

[jira] [Assigned] (DRILL-7501) Drill 1.17 sqlTypeOf for a Map now reports STRUCT

2019-12-29 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers reassigned DRILL-7501: -- Assignee: Paul Rogers > Drill 1.17 sqlTypeOf for a Map now reports STRUCT >

[jira] [Commented] (DRILL-6377) typeof() does not return DECIMAL scale, precision

2019-12-29 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-6377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17005155#comment-17005155 ] Paul Rogers commented on DRILL-6377: See DRILL-6362. The primary purpose of {{typeof()}} is to allow

[jira] [Assigned] (DRILL-6377) typeof() does not return DECIMAL scale, precision

2019-12-29 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-6377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers reassigned DRILL-6377: -- Assignee: Paul Rogers > typeof() does not return DECIMAL scale, precision >

[jira] [Comment Edited] (DRILL-6360) Document the typeof() function

2019-12-29 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-6360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17005125#comment-17005125 ] Paul Rogers edited comment on DRILL-6360 at 12/30/19 6:34 AM: -- The

[jira] [Comment Edited] (DRILL-6362) typeof() lies about types

2019-12-29 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-6362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17005138#comment-17005138 ] Paul Rogers edited comment on DRILL-6362 at 12/30/19 6:22 AM: -- It is likely

[jira] [Reopened] (DRILL-6362) typeof() lies about types

2019-12-29 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-6362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers reopened DRILL-6362: > typeof() lies about types > - > > Key: DRILL-6362 >

[jira] [Resolved] (DRILL-6362) typeof() lies about types

2019-12-29 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-6362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers resolved DRILL-6362. Resolution: Won't Fix > typeof() lies about types > - > >

[jira] [Commented] (DRILL-6362) typeof() lies about types

2019-12-29 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-6362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17005138#comment-17005138 ] Paul Rogers commented on DRILL-6362: Closing this because we did create the new functions and we

[jira] [Assigned] (DRILL-6362) typeof() lies about types

2019-12-29 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-6362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers reassigned DRILL-6362: -- Assignee: Paul Rogers > typeof() lies about types > - > >

[jira] [Commented] (DRILL-6360) Document the typeof() function

2019-12-29 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-6360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17005125#comment-17005125 ] Paul Rogers commented on DRILL-6360: The information should go

[jira] [Commented] (DRILL-7352) Introduce new checkstyle rules to make code style more consistent

2019-12-29 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17005124#comment-17005124 ] Paul Rogers commented on DRILL-7352: In prior years, we followed the Sun coding conventions, as

[jira] [Commented] (DRILL-7352) Introduce new checkstyle rules to make code style more consistent

2019-12-29 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17005122#comment-17005122 ] Paul Rogers commented on DRILL-7352: Once we have candidate rules, I'll try implementing those rules

[jira] [Commented] (DRILL-7352) Introduce new checkstyle rules to make code style more consistent

2019-12-29 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17005121#comment-17005121 ] Paul Rogers commented on DRILL-7352: Eclipse can be made to organize imports similarly but generally

[jira] [Created] (DRILL-7501) Drill 1.17 sqlTypeOf for a Map now reports STRUCT

2019-12-26 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7501: -- Summary: Drill 1.17 sqlTypeOf for a Map now reports STRUCT Key: DRILL-7501 URL: https://issues.apache.org/jira/browse/DRILL-7501 Project: Apache Drill Issue

[jira] [Created] (DRILL-7500) CTAS to JSON omits the final newline

2019-12-26 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7500: -- Summary: CTAS to JSON omits the final newline Key: DRILL-7500 URL: https://issues.apache.org/jira/browse/DRILL-7500 Project: Apache Drill Issue Type: Bug

[jira] [Updated] (DRILL-7499) sqltypeof() function with an array returns "ARRAY", not type

2019-12-26 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers updated DRILL-7499: --- Issue Type: Bug (was: Improvement) > sqltypeof() function with an array returns "ARRAY", not type >

[jira] [Updated] (DRILL-7499) sqltypeof() function with an array returns "ARRAY", not type

2019-12-26 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers updated DRILL-7499: --- Description: The {{sqltypeof()}} function was introduced in Drill 1.14 to work around limitations

[jira] [Updated] (DRILL-7499) sqltypeof() function with an array returns "ARRAY", not type

2019-12-26 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers updated DRILL-7499: --- Description: The {{sqltypeof()}} function was introduced in Drill 1.14 to work around limitations

[jira] [Updated] (DRILL-7499) sqltypeof() function with an array returns "ARRAY", not type

2019-12-26 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers updated DRILL-7499: --- Description: The {{sqltypeof()}} function was introduced in Drill 1.14 to work around limitations

[jira] [Updated] (DRILL-7499) sqltypeof() function with an array returns "ARRAY", not type

2019-12-26 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers updated DRILL-7499: --- Description: The {{sqltypeof()}} function was introduced in Drill 1.14 to work around limitations

[jira] [Created] (DRILL-7499) sqltypeof() function with an array returns "ARRAY", not type

2019-12-26 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7499: -- Summary: sqltypeof() function with an array returns "ARRAY", not type Key: DRILL-7499 URL: https://issues.apache.org/jira/browse/DRILL-7499 Project: Apache Drill

[jira] [Created] (DRILL-7498) Allow the storage plugin editor window to be resizable

2019-12-26 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7498: -- Summary: Allow the storage plugin editor window to be resizable Key: DRILL-7498 URL: https://issues.apache.org/jira/browse/DRILL-7498 Project: Apache Drill

[jira] [Updated] (DRILL-7487) Retire unused OUT_OF_MEMORY iterator status

2019-12-12 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers updated DRILL-7487: --- Description: Drill has long supported the {{OUT_OF_MEMORY}} iterator status. The idea is that an

[jira] [Updated] (DRILL-7487) Retire unused OUT_OF_MEMORY iterator status

2019-12-12 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers updated DRILL-7487: --- Description: Drill has long supported the {{OUT_OF_MEMORY}} iterator status. The idea is that an

[jira] [Updated] (DRILL-7487) Retire unused OUT_OF_MEMORY iterator status

2019-12-12 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers updated DRILL-7487: --- Description: Drill has long supported the {{OUT_OF_MEMORY}} iterator status. The idea is that an

[jira] [Updated] (DRILL-7487) Retire unused OUT_OF_MEMORY iterator status

2019-12-12 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers updated DRILL-7487: --- Description: Drill has long supported the {{OUT_OF_MEMORY}} iterator status. The idea is that an

[jira] [Created] (DRILL-7487) Retire unused OUT_OF_MEMORY iterator status

2019-12-12 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7487: -- Summary: Retire unused OUT_OF_MEMORY iterator status Key: DRILL-7487 URL: https://issues.apache.org/jira/browse/DRILL-7487 Project: Apache Drill Issue Type:

[jira] [Resolved] (DRILL-5272) Text file reader is inefficient

2019-12-12 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-5272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers resolved DRILL-5272. Resolution: Fixed This issue was fixed when converting the text readers to use the result set

[jira] [Assigned] (DRILL-5272) Text file reader is inefficient

2019-12-12 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-5272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers reassigned DRILL-5272: -- Assignee: Paul Rogers > Text file reader is inefficient > --- > >

[jira] [Assigned] (DRILL-6832) Remove old "unmanaged" sort implementation

2019-12-12 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-6832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers reassigned DRILL-6832: -- Assignee: Paul Rogers > Remove old "unmanaged" sort implementation >

[jira] [Created] (DRILL-7486) Restructure row set reader builder

2019-12-12 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7486: -- Summary: Restructure row set reader builder Key: DRILL-7486 URL: https://issues.apache.org/jira/browse/DRILL-7486 Project: Apache Drill Issue Type: Improvement

[jira] [Commented] (DRILL-7476) Info in some sys schema tables are missing if queried with limit clause

2019-12-10 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16993203#comment-16993203 ] Paul Rogers commented on DRILL-7476: Added additional batch checks and uncovered the issue:

[jira] [Updated] (DRILL-7479) Short-term fixes for metadata API parameterized type issues

2019-12-10 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers updated DRILL-7479: --- Description: See DRILL-7480 for a discussion of the issues with how we currently use parameterized

[jira] [Created] (DRILL-7480) Revisit parameterized type design for Metadata API

2019-12-10 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7480: -- Summary: Revisit parameterized type design for Metadata API Key: DRILL-7480 URL: https://issues.apache.org/jira/browse/DRILL-7480 Project: Apache Drill Issue

[jira] [Created] (DRILL-7479) Short-term fixes for metadata API parameterized type issues

2019-12-10 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7479: -- Summary: Short-term fixes for metadata API parameterized type issues Key: DRILL-7479 URL: https://issues.apache.org/jira/browse/DRILL-7479 Project: Apache Drill

[jira] [Assigned] (DRILL-7476) Info in some sys schema tables are missing if queried with limit clause

2019-12-10 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers reassigned DRILL-7476: -- Assignee: Paul Rogers (was: Paul Rogers) > Info in some sys schema tables are missing if

[jira] [Commented] (DRILL-7470) drill-yarn unit tests print stack traces with NoSuchMethodError

2019-12-06 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16990071#comment-16990071 ] Paul Rogers commented on DRILL-7470: I wrote those tests originally, some of them are rather fragile

[jira] [Resolved] (DRILL-7303) Filter record batch does not handle zero-length batches

2019-11-29 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers resolved DRILL-7303. Resolution: Duplicate > Filter record batch does not handle zero-length batches >

[jira] [Resolved] (DRILL-7311) Partial fixes for empty batch bugs

2019-11-29 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers resolved DRILL-7311. Resolution: Duplicate > Partial fixes for empty batch bugs > -- >

[jira] [Resolved] (DRILL-7305) Multiple operators do not handle empty batches

2019-11-29 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers resolved DRILL-7305. Resolution: Duplicate > Multiple operators do not handle empty batches >

[jira] [Assigned] (DRILL-7324) Many vector-validity errors from unit tests

2019-11-29 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers reassigned DRILL-7324: -- Assignee: Paul Rogers > Many vector-validity errors from unit tests >

[jira] [Created] (DRILL-7458) Base storage plugin framework

2019-11-26 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7458: -- Summary: Base storage plugin framework Key: DRILL-7458 URL: https://issues.apache.org/jira/browse/DRILL-7458 Project: Apache Drill Issue Type: Improvement

[jira] [Updated] (DRILL-7457) Join assignment is random when table costs are identical

2019-11-22 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers updated DRILL-7457: --- Summary: Join assignment is random when table costs are identical (was: Join assignment is random

[jira] [Created] (DRILL-7457) Join assignment is random when table costa are identical

2019-11-22 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7457: -- Summary: Join assignment is random when table costa are identical Key: DRILL-7457 URL: https://issues.apache.org/jira/browse/DRILL-7457 Project: Apache Drill

[jira] [Created] (DRILL-7456) Batch count fixes for 12 additional operators

2019-11-22 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7456: -- Summary: Batch count fixes for 12 additional operators Key: DRILL-7456 URL: https://issues.apache.org/jira/browse/DRILL-7456 Project: Apache Drill Issue Type:

[jira] [Created] (DRILL-7455) "Renaming" projection operator to avoid physical copies

2019-11-22 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7455: -- Summary: "Renaming" projection operator to avoid physical copies Key: DRILL-7455 URL: https://issues.apache.org/jira/browse/DRILL-7455 Project: Apache Drill

[jira] [Updated] (DRILL-7451) Planner inserts "trivial" top project node for simple query

2019-11-19 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers updated DRILL-7451: --- Summary: Planner inserts "trivial" top project node for simple query (was: Planner inserts project

[jira] [Commented] (DRILL-7451) Planner inserts project node even if scan handles project push-down

2019-11-19 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16978120#comment-16978120 ] Paul Rogers commented on DRILL-7451: It appears that the actual behavior is a bit more complex. Run

[jira] [Created] (DRILL-7451) Planner inserts project node even if scan handles project push-down

2019-11-19 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7451: -- Summary: Planner inserts project node even if scan handles project push-down Key: DRILL-7451 URL: https://issues.apache.org/jira/browse/DRILL-7451 Project: Apache Drill

[jira] [Commented] (DRILL-7448) Fix warnings when running Drill memory tests

2019-11-17 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976215#comment-16976215 ] Paul Rogers commented on DRILL-7448: Occurs in the vector module tests also. > Fix warnings when

[jira] [Created] (DRILL-7447) Simplify the Mock reader

2019-11-16 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7447: -- Summary: Simplify the Mock reader Key: DRILL-7447 URL: https://issues.apache.org/jira/browse/DRILL-7447 Project: Apache Drill Issue Type: Improvement

[jira] [Created] (DRILL-7446) Eclipse compilation issue in AbstractParquetGroupScan

2019-11-16 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7446: -- Summary: Eclipse compilation issue in AbstractParquetGroupScan Key: DRILL-7446 URL: https://issues.apache.org/jira/browse/DRILL-7446 Project: Apache Drill Issue

[jira] [Updated] (DRILL-7233) Format Plugin for HDF5

2019-11-16 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers updated DRILL-7233: --- Reviewer: Paul Rogers Labels: doc-impacting ready-to-commit (was: doc-impacting) > Format

[jira] [Comment Edited] (DRILL-7352) Introduce new checkstyle rules to make code style more consistent

2019-11-16 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16956669#comment-16956669 ] Paul Rogers edited comment on DRILL-7352 at 11/17/19 2:08 AM: -- Start with

[jira] [Comment Edited] (DRILL-7352) Introduce new checkstyle rules to make code style more consistent

2019-11-16 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16956669#comment-16956669 ] Paul Rogers edited comment on DRILL-7352 at 11/17/19 2:07 AM: -- Start with

[jira] [Created] (DRILL-7445) Create batch copier based on result set framework

2019-11-14 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7445: -- Summary: Create batch copier based on result set framework Key: DRILL-7445 URL: https://issues.apache.org/jira/browse/DRILL-7445 Project: Apache Drill Issue

[jira] [Commented] (DRILL-7444) JSON blank result on SELECT when too much byte in multiple files on Drill embedded

2019-11-14 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16974607#comment-16974607 ] Paul Rogers commented on DRILL-7444: This is an odd one; there are none of the usual schema ambiguity

[jira] [Created] (DRILL-7442) Create multi-batch row set reader

2019-11-10 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7442: -- Summary: Create multi-batch row set reader Key: DRILL-7442 URL: https://issues.apache.org/jira/browse/DRILL-7442 Project: Apache Drill Issue Type: Improvement

[jira] [Created] (DRILL-7441) Fix issues with fillEmpties, offset vectors

2019-11-10 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7441: -- Summary: Fix issues with fillEmpties, offset vectors Key: DRILL-7441 URL: https://issues.apache.org/jira/browse/DRILL-7441 Project: Apache Drill Issue Type: Bug

[jira] [Commented] (DRILL-7149) Kerberos Code Missing from Drill on YARN

2019-11-06 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16968866#comment-16968866 ] Paul Rogers commented on DRILL-7149: I'm not a Kerberos expert, but I can perhaps provide a few

[jira] [Created] (DRILL-7439) Batch count fixes for six additional operators

2019-11-05 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7439: -- Summary: Batch count fixes for six additional operators Key: DRILL-7439 URL: https://issues.apache.org/jira/browse/DRILL-7439 Project: Apache Drill Issue Type:

[jira] [Assigned] (DRILL-7434) TopNBatch constructs Union vector incorrectly

2019-11-03 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers reassigned DRILL-7434: -- Assignee: (was: Paul Rogers) > TopNBatch constructs Union vector incorrectly >

[jira] [Commented] (DRILL-7434) TopNBatch constructs Union vector incorrectly

2019-11-03 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16966320#comment-16966320 ] Paul Rogers commented on DRILL-7434: See DRILL-7436 for a workaround (to materialize all type

[jira] [Commented] (DRILL-7435) Project operator incorrectly adds a LATE type to union vector

2019-11-03 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16966319#comment-16966319 ] Paul Rogers commented on DRILL-7435: DRILL-7436 provides a work-around fix. Someone should probably

[jira] [Created] (DRILL-7436) Fix record count, vector structure issues in several operators

2019-11-03 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7436: -- Summary: Fix record count, vector structure issues in several operators Key: DRILL-7436 URL: https://issues.apache.org/jira/browse/DRILL-7436 Project: Apache Drill

[jira] [Updated] (DRILL-7435) Project operator incorrectly adds a LATE type to union vector

2019-11-03 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers updated DRILL-7435: --- Description: Run Drill with a fix for DRILL-7434. Now, another test fails:

[jira] [Updated] (DRILL-7435) Project operator incorrectly adds a LATE type to union vector

2019-11-03 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers updated DRILL-7435: --- Summary: Project operator incorrectly adds a LATE type to union vector (was: JSON reader

[jira] [Created] (DRILL-7435) JSON reader incorrectly adds a LATE type to union vector

2019-11-03 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7435: -- Summary: JSON reader incorrectly adds a LATE type to union vector Key: DRILL-7435 URL: https://issues.apache.org/jira/browse/DRILL-7435 Project: Apache Drill

[jira] [Assigned] (DRILL-7434) TopNBatch constructs Union vector incorrectly

2019-11-03 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers reassigned DRILL-7434: -- Assignee: Paul Rogers > TopNBatch constructs Union vector incorrectly >

[jira] [Commented] (DRILL-7434) TopNBatch constructs Union vector incorrectly

2019-11-03 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16966243#comment-16966243 ] Paul Rogers commented on DRILL-7434: A workaround is to force creation of the child type vectors in

[jira] [Updated] (DRILL-7434) TopNBatch constructs Union vector incorrectly

2019-11-03 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers updated DRILL-7434: --- Description: The Union type is an "experimental" type that has never been completed. Yet, we use it

[jira] [Created] (DRILL-7434) TopNBatch constructs Union vector incorrectly

2019-11-03 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7434: -- Summary: TopNBatch constructs Union vector incorrectly Key: DRILL-7434 URL: https://issues.apache.org/jira/browse/DRILL-7434 Project: Apache Drill Issue Type:

[jira] [Created] (DRILL-7428) Drill incorrectly allows a repeated map field to be projected to top level

2019-10-29 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7428: -- Summary: Drill incorrectly allows a repeated map field to be projected to top level Key: DRILL-7428 URL: https://issues.apache.org/jira/browse/DRILL-7428 Project: Apache

[jira] [Commented] (DRILL-7426) Json support lists of different types

2019-10-28 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16961336#comment-16961336 ] Paul Rogers commented on DRILL-7426: [~cgivre], I should have seen that one coming... But,

[jira] [Commented] (DRILL-7426) Json support lists of different types

2019-10-28 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16961322#comment-16961322 ] Paul Rogers commented on DRILL-7426: [~cgivre], the query in question used the wildcard, which asks

[jira] [Commented] (DRILL-7426) Json support lists of different types

2019-10-28 Thread Paul Rogers (Jira)
[ https://issues.apache.org/jira/browse/DRILL-7426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16961257#comment-16961257 ] Paul Rogers commented on DRILL-7426: As it turns out, this is a known limitation of Drill. Drill is a

<    1   2   3   4   5   6   7   8   9   10   >