Mahesh Raju Somalaraju created HIVE-29490:
---------------------------------------------
Summary: Test case coverage for HIVE-26758
Key: HIVE-29490
URL: https://issues.apache.org/jira/browse/HIVE-29490
Project: Hive
Issue Type: Improvement
Components: Hive
Reporter: Mahesh Raju Somalaraju
Assignee: Mahesh Raju Somalaraju
Test case coverage for the bug https://issues.apache.org/jira/browse/HIVE-26758.
As part of fix HIVE-26758 the PR[[https://github.com/apache/hive/pull/3831]] is
merged and need to cover the test cases for the same.
Planning to cover below cases
# add a hive configuration hive.use.scratchdir.for.staging
# for native table, no-mm, no-direct-insert, no-acid, change dynamic partition
staging directory layout from
<dest_path>/<static_partition>/<staging_dir>/<dynamic_partition>
to
<dest_path>/<staging_dir>/<static_partition>/<dynamic_partition>
# when hive.use.scratchdir.for.staging=true, FileSinkOperator's dirName,
DynamicContext's sourcePath change from
<dest_path>/\{hive.exec.stagingdir}
to
<hive.exec.scratchdir>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)