You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2023/01/16 11:01:53 UTC

[GitHub] [drill] jnturton commented on pull request #2733: DRILL-8380: Remove customised SqlValidatorImpl.deriveAlias

jnturton commented on PR #2733:
URL: https://github.com/apache/drill/pull/2733#issuecomment-1383868835

   @vvysotskyi given that most of the CI runs had passed I ran (8, default-hadoop) again but the same failure turned up. I wouldn't expect a failure such as the following to affect only JDK 8 though so I'm a little mystified.
   
   ```
   Error:    SplunkWriterTest.testBasicCTASWithScalarDataTypes:136 Schemas don't match.
   Expected: [TupleSchema [PrimitiveColumnMetadata [`int_field` (VARCHAR:OPTIONAL)]], [PrimitiveColumnMetadata [`bigint_field` (VARCHAR:OPTIONAL)]], [PrimitiveColumnMetadata [`float4_field` (VARCHAR:OPTIONAL)]], [PrimitiveColumnMetadata [`float8_field` (VARCHAR:OPTIONAL)]], [PrimitiveColumnMetadata [`varchar_field` (VARCHAR:OPTIONAL)]], [PrimitiveColumnMetadata [`date_field` (VARCHAR:OPTIONAL)]], [PrimitiveColumnMetadata [`time_field` (VARCHAR:OPTIONAL)]], [PrimitiveColumnMetadata [`timestamp_field` (VARCHAR:OPTIONAL)]], [PrimitiveColumnMetadata [`boolean_field` (VARCHAR:OPTIONAL)]]]
   Actual:   [TupleSchema [PrimitiveColumnMetadata [`int_field` (INT:OPTIONAL)]], [PrimitiveColumnMetadata [`bigint_field` (INT:OPTIONAL)]], [PrimitiveColumnMetadata [`float4_field` (INT:OPTIONAL)]], [PrimitiveColumnMetadata [`float8_field` (INT:OPTIONAL)]], [PrimitiveColumnMetadata [`varchar_field` (INT:OPTIONAL)]], [PrimitiveColumnMetadata [`date_field` (INT:OPTIONAL)]], [PrimitiveColumnMetadata [`time_field` (INT:OPTIONAL)]], [PrimitiveColumnMetadata [`timestamp_field` (INT:OPTIONAL)]], [PrimitiveColumnMetadata [`boolean_field` (INT:OPTIONAL)]]]
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org