You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by dsbos <gi...@git.apache.org> on 2015/07/10 08:15:34 UTC

[GitHub] drill pull request: Bugs/various work re master 07 09

GitHub user dsbos opened a pull request:

    https://github.com/apache/drill/pull/87

    Bugs/various work re master 07 09

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dsbos/incubator-drill bugs/various_WORK_re_master_07-09

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/87.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #87
    
----
commit 92e2cc18c79dbf5269304d1479f1b6ff8bcd477e
Author: dbarclay <db...@maprtech.com>
Date:   2015-03-23T21:16:48Z

    sep.:  --------------- forkCount 2 -> 1 [pom.xml] ---------------  >= Working, < Review

commit 59608f3664cefd9754b778c45479c3b72025b1b2
Author: dbarclay <db...@maprtech.com>
Date:   2015-03-24T17:20:27Z

    sep.:  =-=-=-=-=-=-=-= forkCount 3 -> 2.  [/pom.xml] =-=-=-=-=-=-=-=  >= in Review, < awaiting Merge
    
    Conflicts:
    	pom.xml

commit 3e155dc1345118a997de66b338adead8328517bd
Author: dbarclay <db...@maprtech.com>
Date:   2015-06-20T02:05:39Z

    DRILL-3151:  Fix many ResultSetMetaData method return values.
    
    Added ~unit test for ResultSetMetaData implementation.
    
    Made getObject return classes available to implementation of getColumnClassName:
    - Added SqlAccessor.getObjectClass() (to put that metadata right next to code
      to which it corresponds rather than in far-away parallel code).
    - Added similar AvaticaDrillSqlAccessor.getObjectClass().
    - Changed DrillAccessorList.accessors from Accessor[] to
      AvaticaDrillSqlAccessor[] for better access to JDBC getObject return class.
    - Extracted return classes from accessors to pass to updateColumnMetaData.
    
    Reworked some data type mapping and utilities:
    - Added Added Types.getSqlTypeName(...).
    - Renamed Types.getJdbcType(...) to getJdbcTypeCode(...)
    - Replaced Types.isUnSigned with isJdbcSignedType.
    - Fixed various bogus RPC-type XXX -> java.sql.Types.SMALLINT mappings.
    - Removed DrillColumnMetaDataList.getJdbcTypeName.
    - Moved getAvaticaType up (for bottom-up order).
    - Revised DrillColumnMetaDataList.getAvaticaType(...).
    
    MAIN:
    - Updated updateColumnMetaData(...) to change many calculations of metadata
      input to ColumnMetaData construction.  [DrillColumnMetaDataList]
    
    Updated other metadata tests per changes.

commit ceae4668f250672391e51c84d9b4e295a4c0f4a5
Author: dbarclay <db...@maprtech.com>
Date:   2015-07-02T22:04:31Z

    DRILL-3483: Clarify CommonConstants' constants.  [CommonConstants, DrillConfig, PathScanner]
    
    Renamed constants.
    Documented constants.
    Removed extraneous "public static final" (redudant and abnormal since in interface).

commit 03dafaca207b45c01519e22ceeb0dd2784db18d5
Author: dbarclay <db...@maprtech.com>
Date:   2015-04-17T20:09:59Z

    DRILL-2696: Test for future DRILL-2696 fix (currently disabled with @Ignore).

commit 73183a415ac765863ade2a632799f328fcddad74
Author: dbarclay <db...@maprtech.com>
Date:   2015-04-17T23:27:46Z

    DRILL-2815: Some PathScanner logging, misc. cleanup.
    
    Add some DEBUG-level log calls and augmented, edited log message.
    
    Misc. code "hygiene":
    - Added method doc comment.
    - Renamed to clarify a number of names.
    - Added "final".
    - Fixed indentation; wrapped some long lines.

commit c68cc505c03b06b2db3d18eef7bce965408efb15
Author: dbarclay <db...@maprtech.com>
Date:   2015-03-29T21:46:47Z

    temp:  logging adjustments.  [exec/java-exec/src/test/resources/logback.xml]

commit e48f5267c6c1b27cd2fa500a8062876a61e0f6d2
Author: dbarclay <db...@maprtech.com>
Date:   2015-03-29T21:47:11Z

    temp:  logging adjustments.  [exec/jdbc/src/test/resources/logback.xml]

commit a0e9cb671e08ded93e571fa096fa5c38f765ed85
Author: dbarclay <db...@maprtech.com>
Date:   2015-04-06T18:11:13Z

    temp:  logging adjustments.  [common/src/test/resources/logback.xml]

commit 321b9d09da0973e8da48f81a94c64b3503602321
Author: dbarclay <db...@maprtech.com>
Date:   2015-05-10T19:33:21Z

    temp:  logging adjustments.  [distribution/src/resources/logback.xml]

commit d7da49862c13144c29d78d49c9d4605952f436cf
Author: dbarclay <db...@maprtech.com>
Date:   2015-05-14T22:40:06Z

    temp:  logging adjustments (probably TEMP).  [exec/jdbc/src/test/resources/logback.xml]

commit ae797565156fbaefa795ca22d75631763bd4cfe6
Author: dbarclay <db...@maprtech.com>
Date:   2015-05-15T03:54:51Z

    temp:  logging adjustments.  [jdbc/src/test/resources/logback.xml]

commit 1cd642ad80311850c4df1f76099a05c78b8a6a31
Author: dbarclay <db...@maprtech.com>
Date:   2015-04-17T20:54:22Z

    xxxx:  Logging:  Added calls.  [DrillConfig]

commit 11a72689afc4e3c86cc1dcf6fbd5213040cf444e
Author: dbarclay <db...@maprtech.com>
Date:   2015-05-30T18:11:13Z

    temp:  logging adjustments.  [jdbc/src/test/resources/logback.xml]

commit d7554c584242434d834640dd746c5fc7bfb4c812
Author: dbarclay <db...@maprtech.com>
Date:   2015-05-31T00:45:12Z

    temp:  logging adjustments.  [java-exec/src/test/resources/logback.xml]

commit 6179813f4c7c149f1d9055842f14d097c3c24bc2
Author: dbarclay <db...@maprtech.com>
Date:   2015-05-31T00:45:22Z

    temp:  logging adjustments.  [jdbc/src/test/resources/logback.xml]

commit 34471b40b472e3e6cf55d9af2cb170557d2c4c61
Author: dbarclay <db...@maprtech.com>
Date:   2015-06-01T00:42:12Z

    temp:  logging adjustments - re-enabled STDOUT appender-ref.  [java-exec/src/test/resources/logback.xml]

commit 0d238605d15f973b6af1b72438de693549c0b0a9
Author: dbarclay <db...@maprtech.com>
Date:   2015-04-17T20:53:22Z

    xxxx:  Added toString.  [store.AbstractSchema]

commit ec1b7878972060621f075891190b4fb6ab392cc0
Author: dbarclay <db...@maprtech.com>
Date:   2015-04-18T20:01:39Z

    xxxx:  Logging:  currentTimeMillis -> Stopwatch.  [Drillbit]

commit 0be6a9691658018fe13d6379ea7881397b5f490f
Author: dbarclay <db...@maprtech.com>
Date:   2015-04-30T22:33:13Z

    xxxx:  initial TODOs.  [CodeGenerator]

commit b8af6b4e7fc66aab6e8e798b2ab7e11857160227
Author: dbarclay <db...@maprtech.com>
Date:   2015-04-30T22:34:53Z

    xxxx:  initial added logging  [FunctionConverter]

commit 448980ee203140260fde80456f8872d784ee4cdb
Author: dbarclay <db...@maprtech.com>
Date:   2015-05-10T05:27:45Z

    ????:  Logging:  Added calls.  [DrillFunctionRegistry, FunctionConverter]

commit 98b8cc1f55902e0e930fa453ba1efe00c8899f25
Author: dbarclay <db...@maprtech.com>
Date:   2015-04-17T20:53:54Z

    xxxx:  Added toString.  [store.SubSchemaWrapper]

commit 53ce2a77d84d852c9324c2d4d66e30562f403f5d
Author: dbarclay <db...@maprtech.com>
Date:   2015-04-22T18:43:04Z

    xxxx:  InfoSchema:  rough initial test clone.  [TestInformationSchemaColumns]

commit f41e366fded5b8eeed2d145431607ee918de7137
Author: dbarclay <db...@maprtech.com>
Date:   2015-05-14T22:39:33Z

    testTemp:  Added TestTemp...{Cancel,...}...  [7 jdbc/test/TestTemp...]

commit b86db9b3177bc1eb3a97839b25eaa1092ce6e605
Author: dbarclay <db...@maprtech.com>
Date:   2015-06-18T19:07:17Z

    testTemp:  Added @Ignore(s).  [TestTempManyStatements]

commit a65601dec6795df46cd0597043b7820477a040e2
Author: dbarclay <db...@maprtech.com>
Date:   2015-06-18T19:10:28Z

    testTemp:  Added @Ignore(s).  [TestTempManyEmbeddedDrillBits]

commit 27bae710636ab4b388705a35920f989125e60393
Author: dbarclay <db...@maprtech.com>
Date:   2015-06-18T19:18:51Z

    testTemp:  ? and Updated /tmp/... file name. [TestTempCancelationAndConcurrencyEtc, TestTempAsyncCancelation3]

commit 8d83fc8a10b11e5f9f63f1685654d90cf4e6e220
Author: dbarclay <db...@maprtech.com>
Date:   2015-06-18T21:12:29Z

    tempTemp:  @Ignore(s) ...

commit e7fd2752acd6bc48397ddc0f01cf7a303e6b5fd5
Author: dbarclay <db...@maprtech.com>
Date:   2015-06-18T21:12:33Z

    tempTemp:  @Ignore(s) ...

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] drill pull request: Bugs/various work re master 07 09

Posted by dsbos <gi...@git.apache.org>.
Github user dsbos closed the pull request at:

    https://github.com/apache/drill/pull/87


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---