[
https://issues.apache.org/jira/browse/HIVE-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12896423#action_12896423
]
Joydeep Sen Sarma commented on HIVE-1432:
-----------------------------------------
a few comments:
- don't need a custom script to convert \t to ^B. use 'tr' (see archive.q for
example)
- instead of directly referring to the script path - please use a 'add file
...' command and refer to the script directly by it's name in the transform
clause - otherwise i think this test will run only in local mode (and may not
be able to pass tests against real/minimr clusters potentially)
(I think this is a problem with some other tests as well - but have to start
somewhere)
- no need for drop tables at the beginning and end of test anymore. the test
harness now takes care of this (cleaning up non-src tables before and after
test queries)
> Create a test case for case sensitive comparison done during field comparison
> -----------------------------------------------------------------------------
>
> Key: HIVE-1432
> URL: https://issues.apache.org/jira/browse/HIVE-1432
> Project: Hadoop Hive
> Issue Type: Task
> Components: Query Processor
> Reporter: Arvind Prabhakar
> Assignee: Arvind Prabhakar
> Fix For: 0.7.0
>
> Attachments: HIVE-1432.patch
>
>
> See HIVE-1271. This jira tracks the creation of a test case to test this fix
> specifically.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.