You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2013/03/19 23:37:34 UTC

svn commit: r1458549 [1/4] - in /hive/branches/ptf-windowing: ./ ant/src/org/apache/hadoop/hive/ant/ beeline/ beeline/src/ beeline/src/java/ beeline/src/java/org/ beeline/src/java/org/apache/ beeline/src/java/org/apache/hive/ beeline/src/java/org/apach...

Author: hashutosh
Date: Tue Mar 19 22:37:16 2013
New Revision: 1458549

URL: http://svn.apache.org/r1458549
Log:
Merged in with latest trunk. No conflicts. Clean merge. Pulled in HiveServer2. All positve and negative testcases for windowing and ptf passed.

Added:
    hive/branches/ptf-windowing/beeline/
      - copied from r1458524, hive/trunk/beeline/
    hive/branches/ptf-windowing/beeline/build.xml
      - copied unchanged from r1458524, hive/trunk/beeline/build.xml
    hive/branches/ptf-windowing/beeline/ivy.xml
      - copied unchanged from r1458524, hive/trunk/beeline/ivy.xml
    hive/branches/ptf-windowing/beeline/src/
      - copied from r1458524, hive/trunk/beeline/src/
    hive/branches/ptf-windowing/beeline/src/java/
      - copied from r1458524, hive/trunk/beeline/src/java/
    hive/branches/ptf-windowing/beeline/src/java/org/
      - copied from r1458524, hive/trunk/beeline/src/java/org/
    hive/branches/ptf-windowing/beeline/src/java/org/apache/
      - copied from r1458524, hive/trunk/beeline/src/java/org/apache/
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/
      - copied from r1458524, hive/trunk/beeline/src/java/org/apache/hive/
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/
      - copied from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/AbstractCommandHandler.java
      - copied unchanged from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/AbstractCommandHandler.java
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/AbstractOutputFormat.java
      - copied unchanged from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/AbstractOutputFormat.java
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/BeeLine.java
      - copied unchanged from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/BeeLine.java
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/BeeLine.properties
      - copied unchanged from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/BeeLine.properties
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/BeeLineCommandCompletor.java
      - copied unchanged from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/BeeLineCommandCompletor.java
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/BeeLineCompletor.java
      - copied unchanged from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/BeeLineCompletor.java
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/BeeLineOpts.java
      - copied unchanged from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/BeeLineOpts.java
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/BeeLineSignalHandler.java
      - copied unchanged from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/BeeLineSignalHandler.java
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/BufferedRows.java
      - copied unchanged from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/BufferedRows.java
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/ColorBuffer.java
      - copied unchanged from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/ColorBuffer.java
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/CommandHandler.java
      - copied unchanged from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/CommandHandler.java
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/Commands.java
      - copied unchanged from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/Commands.java
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/DatabaseConnection.java
      - copied unchanged from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/DatabaseConnection.java
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/DatabaseConnections.java
      - copied unchanged from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/DatabaseConnections.java
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/DriverInfo.java
      - copied unchanged from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/DriverInfo.java
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/IncrementalRows.java
      - copied unchanged from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/IncrementalRows.java
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/OutputFile.java
      - copied unchanged from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/OutputFile.java
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/OutputFormat.java
      - copied unchanged from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/OutputFormat.java
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/ReflectiveCommandHandler.java
      - copied unchanged from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/ReflectiveCommandHandler.java
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/Reflector.java
      - copied unchanged from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/Reflector.java
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/Rows.java
      - copied unchanged from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/Rows.java
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/SQLCompletor.java
      - copied unchanged from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/SQLCompletor.java
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/SeparatedValuesOutputFormat.java
      - copied unchanged from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/SeparatedValuesOutputFormat.java
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/SunSignalHandler.java
      - copied unchanged from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/SunSignalHandler.java
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/TableNameCompletor.java
      - copied unchanged from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/TableNameCompletor.java
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/TableOutputFormat.java
      - copied unchanged from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/TableOutputFormat.java
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/VerticalOutputFormat.java
      - copied unchanged from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/VerticalOutputFormat.java
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/XMLAttributeOutputFormat.java
      - copied unchanged from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/XMLAttributeOutputFormat.java
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/XMLElementOutputFormat.java
      - copied unchanged from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/XMLElementOutputFormat.java
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/sql-keywords.properties
      - copied unchanged from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/sql-keywords.properties
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/util/
      - copied from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/util/
    hive/branches/ptf-windowing/beeline/src/java/org/apache/hive/beeline/util/QFileClient.java
      - copied unchanged from r1458524, hive/trunk/beeline/src/java/org/apache/hive/beeline/util/QFileClient.java
    hive/branches/ptf-windowing/beeline/src/test/
      - copied from r1458524, hive/trunk/beeline/src/test/
    hive/branches/ptf-windowing/beeline/src/test/.gitignore
      - copied unchanged from r1458524, hive/trunk/beeline/src/test/.gitignore
    hive/branches/ptf-windowing/bin/beeline
      - copied unchanged from r1458524, hive/trunk/bin/beeline
    hive/branches/ptf-windowing/bin/ext/hiveserver2.sh
      - copied unchanged from r1458524, hive/trunk/bin/ext/hiveserver2.sh
    hive/branches/ptf-windowing/bin/hiveserver2
      - copied unchanged from r1458524, hive/trunk/bin/hiveserver2
    hive/branches/ptf-windowing/common/src/java/org/apache/hive/
      - copied from r1458524, hive/trunk/common/src/java/org/apache/hive/
    hive/branches/ptf-windowing/common/src/java/org/apache/hive/common/
      - copied from r1458524, hive/trunk/common/src/java/org/apache/hive/common/
    hive/branches/ptf-windowing/common/src/java/org/apache/hive/common/HiveVersionAnnotation.java
      - copied unchanged from r1458524, hive/trunk/common/src/java/org/apache/hive/common/HiveVersionAnnotation.java
    hive/branches/ptf-windowing/common/src/java/org/apache/hive/common/util/
      - copied from r1458524, hive/trunk/common/src/java/org/apache/hive/common/util/
    hive/branches/ptf-windowing/common/src/java/org/apache/hive/common/util/HiveStringUtils.java
      - copied unchanged from r1458524, hive/trunk/common/src/java/org/apache/hive/common/util/HiveStringUtils.java
    hive/branches/ptf-windowing/common/src/java/org/apache/hive/common/util/HiveVersionInfo.java
      - copied unchanged from r1458524, hive/trunk/common/src/java/org/apache/hive/common/util/HiveVersionInfo.java
    hive/branches/ptf-windowing/common/src/java/org/apache/hive/common/util/ShutdownHookManager.java
      - copied unchanged from r1458524, hive/trunk/common/src/java/org/apache/hive/common/util/ShutdownHookManager.java
    hive/branches/ptf-windowing/common/src/scripts/
      - copied from r1458524, hive/trunk/common/src/scripts/
    hive/branches/ptf-windowing/common/src/scripts/saveVersion.sh
      - copied unchanged from r1458524, hive/trunk/common/src/scripts/saveVersion.sh
    hive/branches/ptf-windowing/common/src/test/org/apache/hive/
      - copied from r1458524, hive/trunk/common/src/test/org/apache/hive/
    hive/branches/ptf-windowing/common/src/test/org/apache/hive/common/
      - copied from r1458524, hive/trunk/common/src/test/org/apache/hive/common/
    hive/branches/ptf-windowing/common/src/test/org/apache/hive/common/util/
      - copied from r1458524, hive/trunk/common/src/test/org/apache/hive/common/util/
    hive/branches/ptf-windowing/common/src/test/org/apache/hive/common/util/TestShutdownHookManager.java
      - copied unchanged from r1458524, hive/trunk/common/src/test/org/apache/hive/common/util/TestShutdownHookManager.java
    hive/branches/ptf-windowing/data/files/types/
      - copied from r1458524, hive/trunk/data/files/types/
    hive/branches/ptf-windowing/data/files/types/primitives/
      - copied from r1458524, hive/trunk/data/files/types/primitives/
    hive/branches/ptf-windowing/data/files/types/primitives/090101.txt
      - copied unchanged from r1458524, hive/trunk/data/files/types/primitives/090101.txt
    hive/branches/ptf-windowing/data/files/types/primitives/090201.txt
      - copied unchanged from r1458524, hive/trunk/data/files/types/primitives/090201.txt
    hive/branches/ptf-windowing/data/files/types/primitives/090301.txt
      - copied unchanged from r1458524, hive/trunk/data/files/types/primitives/090301.txt
    hive/branches/ptf-windowing/data/files/types/primitives/090401.txt
      - copied unchanged from r1458524, hive/trunk/data/files/types/primitives/090401.txt
    hive/branches/ptf-windowing/data/scripts/q_test_cleanup.sql
      - copied unchanged from r1458524, hive/trunk/data/scripts/q_test_cleanup.sql
    hive/branches/ptf-windowing/data/scripts/q_test_init.sql
      - copied unchanged from r1458524, hive/trunk/data/scripts/q_test_init.sql
    hive/branches/ptf-windowing/eclipse-templates/BeeLine.launchtemplate
      - copied unchanged from r1458524, hive/trunk/eclipse-templates/BeeLine.launchtemplate
    hive/branches/ptf-windowing/eclipse-templates/HiveServer2.launchtemplate
      - copied unchanged from r1458524, hive/trunk/eclipse-templates/HiveServer2.launchtemplate
    hive/branches/ptf-windowing/eclipse-templates/TestBeeLineDriver.launchtemplate
      - copied unchanged from r1458524, hive/trunk/eclipse-templates/TestBeeLineDriver.launchtemplate
    hive/branches/ptf-windowing/eclipse-templates/TestEmbeddedThriftCLIService.launchtemplate
      - copied unchanged from r1458524, hive/trunk/eclipse-templates/TestEmbeddedThriftCLIService.launchtemplate
    hive/branches/ptf-windowing/eclipse-templates/TestHiveServer.launchtemplate
      - copied unchanged from r1458524, hive/trunk/eclipse-templates/TestHiveServer.launchtemplate
    hive/branches/ptf-windowing/eclipse-templates/TestJdbc2.launchtemplate
      - copied unchanged from r1458524, hive/trunk/eclipse-templates/TestJdbc2.launchtemplate
    hive/branches/ptf-windowing/eclipse-templates/TestRemoteThriftCLIService.launchtemplate
      - copied unchanged from r1458524, hive/trunk/eclipse-templates/TestRemoteThriftCLIService.launchtemplate
    hive/branches/ptf-windowing/hcatalog/
      - copied from r1458524, hive/trunk/hcatalog/
    hive/branches/ptf-windowing/hcatalog/build.xml
      - copied unchanged from r1458524, hive/trunk/hcatalog/build.xml
    hive/branches/ptf-windowing/hcatalog/ivy.xml
      - copied unchanged from r1458524, hive/trunk/hcatalog/ivy.xml
    hive/branches/ptf-windowing/hcatalog/src/
      - copied from r1458524, hive/trunk/hcatalog/src/
    hive/branches/ptf-windowing/hcatalog/src/java/
      - copied from r1458524, hive/trunk/hcatalog/src/java/
    hive/branches/ptf-windowing/hcatalog/src/java/org/
      - copied from r1458524, hive/trunk/hcatalog/src/java/org/
    hive/branches/ptf-windowing/hcatalog/src/java/org/apache/
      - copied from r1458524, hive/trunk/hcatalog/src/java/org/apache/
    hive/branches/ptf-windowing/hcatalog/src/java/org/apache/hive/
      - copied from r1458524, hive/trunk/hcatalog/src/java/org/apache/hive/
    hive/branches/ptf-windowing/hcatalog/src/java/org/apache/hive/hcatalog/
      - copied from r1458524, hive/trunk/hcatalog/src/java/org/apache/hive/hcatalog/
    hive/branches/ptf-windowing/hcatalog/src/java/org/apache/hive/hcatalog/package-info.java
      - copied unchanged from r1458524, hive/trunk/hcatalog/src/java/org/apache/hive/hcatalog/package-info.java
    hive/branches/ptf-windowing/hcatalog/src/test/
      - copied from r1458524, hive/trunk/hcatalog/src/test/
    hive/branches/ptf-windowing/hcatalog/src/test/.gitignore
      - copied unchanged from r1458524, hive/trunk/hcatalog/src/test/.gitignore
    hive/branches/ptf-windowing/jdbc/src/java/org/apache/hive/jdbc/HiveBaseResultSet.java
      - copied unchanged from r1458524, hive/trunk/jdbc/src/java/org/apache/hive/jdbc/HiveBaseResultSet.java
    hive/branches/ptf-windowing/jdbc/src/java/org/apache/hive/jdbc/HiveCallableStatement.java
      - copied unchanged from r1458524, hive/trunk/jdbc/src/java/org/apache/hive/jdbc/HiveCallableStatement.java
    hive/branches/ptf-windowing/jdbc/src/java/org/apache/hive/jdbc/HiveConnection.java
      - copied unchanged from r1458524, hive/trunk/jdbc/src/java/org/apache/hive/jdbc/HiveConnection.java
    hive/branches/ptf-windowing/jdbc/src/java/org/apache/hive/jdbc/HiveDataSource.java
      - copied unchanged from r1458524, hive/trunk/jdbc/src/java/org/apache/hive/jdbc/HiveDataSource.java
    hive/branches/ptf-windowing/jdbc/src/java/org/apache/hive/jdbc/HiveDatabaseMetaData.java
      - copied unchanged from r1458524, hive/trunk/jdbc/src/java/org/apache/hive/jdbc/HiveDatabaseMetaData.java
    hive/branches/ptf-windowing/jdbc/src/java/org/apache/hive/jdbc/HiveDriver.java
      - copied unchanged from r1458524, hive/trunk/jdbc/src/java/org/apache/hive/jdbc/HiveDriver.java
    hive/branches/ptf-windowing/jdbc/src/java/org/apache/hive/jdbc/HiveMetaDataResultSet.java
      - copied unchanged from r1458524, hive/trunk/jdbc/src/java/org/apache/hive/jdbc/HiveMetaDataResultSet.java
    hive/branches/ptf-windowing/jdbc/src/java/org/apache/hive/jdbc/HivePreparedStatement.java
      - copied unchanged from r1458524, hive/trunk/jdbc/src/java/org/apache/hive/jdbc/HivePreparedStatement.java
    hive/branches/ptf-windowing/jdbc/src/java/org/apache/hive/jdbc/HiveQueryResultSet.java
      - copied unchanged from r1458524, hive/trunk/jdbc/src/java/org/apache/hive/jdbc/HiveQueryResultSet.java
    hive/branches/ptf-windowing/jdbc/src/java/org/apache/hive/jdbc/HiveResultSetMetaData.java
      - copied unchanged from r1458524, hive/trunk/jdbc/src/java/org/apache/hive/jdbc/HiveResultSetMetaData.java
    hive/branches/ptf-windowing/jdbc/src/java/org/apache/hive/jdbc/HiveStatement.java
      - copied unchanged from r1458524, hive/trunk/jdbc/src/java/org/apache/hive/jdbc/HiveStatement.java
    hive/branches/ptf-windowing/jdbc/src/java/org/apache/hive/jdbc/JdbcColumn.java
      - copied unchanged from r1458524, hive/trunk/jdbc/src/java/org/apache/hive/jdbc/JdbcColumn.java
    hive/branches/ptf-windowing/jdbc/src/java/org/apache/hive/jdbc/JdbcTable.java
      - copied unchanged from r1458524, hive/trunk/jdbc/src/java/org/apache/hive/jdbc/JdbcTable.java
    hive/branches/ptf-windowing/jdbc/src/java/org/apache/hive/jdbc/Utils.java
      - copied unchanged from r1458524, hive/trunk/jdbc/src/java/org/apache/hive/jdbc/Utils.java
    hive/branches/ptf-windowing/jdbc/src/test/org/apache/hive/
      - copied from r1458524, hive/trunk/jdbc/src/test/org/apache/hive/
    hive/branches/ptf-windowing/jdbc/src/test/org/apache/hive/jdbc/
      - copied from r1458524, hive/trunk/jdbc/src/test/org/apache/hive/jdbc/
    hive/branches/ptf-windowing/jdbc/src/test/org/apache/hive/jdbc/TestJdbcDriver2.java
      - copied unchanged from r1458524, hive/trunk/jdbc/src/test/org/apache/hive/jdbc/TestJdbcDriver2.java
    hive/branches/ptf-windowing/ql/src/test/queries/clientpositive/groupby_sort_8.q
      - copied unchanged from r1458524, hive/trunk/ql/src/test/queries/clientpositive/groupby_sort_8.q
    hive/branches/ptf-windowing/ql/src/test/queries/clientpositive/reducesink_dedup.q
      - copied unchanged from r1458524, hive/trunk/ql/src/test/queries/clientpositive/reducesink_dedup.q
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/
      - copied from r1458524, hive/trunk/ql/src/test/results/beelinepositive/
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/alter3.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/alter3.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/alter_concatenate_indexed_table.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/alter_concatenate_indexed_table.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/alter_merge.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/alter_merge.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/alter_merge_2.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/alter_merge_2.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/alter_merge_stats.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/alter_merge_stats.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/alter_numbuckets_partitioned_table.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/alter_numbuckets_partitioned_table.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/alter_partition_format_loc.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/alter_partition_format_loc.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/alter_partition_protect_mode.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/alter_partition_protect_mode.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/alter_table_serde.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/alter_table_serde.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/alter_view_rename.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/alter_view_rename.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/archive_excludeHadoop20.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/archive_excludeHadoop20.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/authorization_3.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/authorization_3.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join0.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join0.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join1.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join1.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join10.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join10.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join11.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join11.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join12.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join12.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join13.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join13.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join14.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join14.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join15.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join15.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join16.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join16.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join17.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join17.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join18.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join18.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join18_multi_distinct.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join18_multi_distinct.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join19.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join19.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join2.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join2.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join20.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join20.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join21.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join21.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join22.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join22.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join23.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join23.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join24.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join24.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join25.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join25.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join26.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join26.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join27.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join27.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join28.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join28.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join29.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join29.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join3.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join3.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join30.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join30.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join31.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join31.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join4.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join4.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join5.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join5.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join6.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join6.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join7.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join7.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join8.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join8.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join9.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join9.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join_filters.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join_filters.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/auto_join_nulls.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/auto_join_nulls.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/autogen_colalias.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/autogen_colalias.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/avro_change_schema.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/avro_change_schema.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/avro_evolved_schemas.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/avro_evolved_schemas.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/avro_joins.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/avro_joins.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/avro_sanity_test.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/avro_sanity_test.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/avro_schema_error_message.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/avro_schema_error_message.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/avro_schema_literal.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/avro_schema_literal.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/ba_table_union.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/ba_table_union.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/binary_constant.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/binary_constant.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/binary_output_format.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/binary_output_format.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/binarysortable_1.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/binarysortable_1.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/bucket1.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/bucket1.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/bucket2.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/bucket2.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/bucket3.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/bucket3.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/bucket4.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/bucket4.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/bucket_groupby.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/bucket_groupby.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/bucket_map_join_1.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/bucket_map_join_1.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/bucket_map_join_2.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/bucket_map_join_2.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/bucketcontext_1.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/bucketcontext_1.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/bucketcontext_2.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/bucketcontext_2.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/bucketcontext_3.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/bucketcontext_3.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/bucketcontext_4.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/bucketcontext_4.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/bucketcontext_5.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/bucketcontext_5.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/bucketcontext_6.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/bucketcontext_6.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/bucketcontext_7.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/bucketcontext_7.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/bucketcontext_8.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/bucketcontext_8.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/bucketizedhiveinputformat.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/bucketizedhiveinputformat.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/bucketizedhiveinputformat_auto.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/bucketizedhiveinputformat_auto.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/bucketmapjoin1.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/bucketmapjoin1.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/bucketmapjoin10.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/bucketmapjoin10.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/bucketmapjoin11.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/bucketmapjoin11.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/bucketmapjoin12.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/bucketmapjoin12.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/bucketmapjoin2.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/bucketmapjoin2.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/bucketmapjoin3.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/bucketmapjoin3.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/bucketmapjoin4.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/bucketmapjoin4.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/bucketmapjoin5.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/bucketmapjoin5.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/bucketmapjoin6.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/bucketmapjoin6.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/bucketmapjoin7.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/bucketmapjoin7.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/bucketmapjoin8.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/bucketmapjoin8.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/bucketmapjoin9.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/bucketmapjoin9.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/bucketmapjoin_negative.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/bucketmapjoin_negative.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/bucketmapjoin_negative2.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/bucketmapjoin_negative2.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/bucketmapjoin_negative3.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/bucketmapjoin_negative3.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/case_sensitivity.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/case_sensitivity.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/cast1.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/cast1.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/combine1.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/combine1.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/combine3.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/combine3.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/concatenate_inherit_table_location.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/concatenate_inherit_table_location.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/convert_enum_to_string.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/convert_enum_to_string.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/count.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/count.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/cp_mj_rc.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/cp_mj_rc.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/create_1.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/create_1.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/create_big_view.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/create_big_view.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/create_default_prop.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/create_default_prop.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/create_escape.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/create_escape.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/create_genericudaf.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/create_genericudaf.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/create_genericudf.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/create_genericudf.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/create_insert_outputformat.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/create_insert_outputformat.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/create_like.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/create_like.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/create_like2.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/create_like2.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/create_like_view.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/create_like_view.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/create_merge_compressed.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/create_merge_compressed.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/create_skewed_table1.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/create_skewed_table1.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/create_udaf.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/create_udaf.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/create_view.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/create_view.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/create_view_partitioned.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/create_view_partitioned.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/cross_join.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/cross_join.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/ct_case_insensitive.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/ct_case_insensitive.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/ctas.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/ctas.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/default_partition_name.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/default_partition_name.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/delimiter.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/delimiter.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/desc_non_existent_tbl.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/desc_non_existent_tbl.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/describe_formatted_view_partitioned.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/describe_formatted_view_partitioned.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/describe_formatted_view_partitioned_json.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/describe_formatted_view_partitioned_json.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/describe_table.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/describe_table.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/describe_table_json.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/describe_table_json.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/describe_xpath.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/describe_xpath.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/diff_part_input_formats.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/diff_part_input_formats.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/disable_file_format_check.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/disable_file_format_check.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/disable_merge_for_bucketing.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/disable_merge_for_bucketing.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/driverhook.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/driverhook.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/drop_function.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/drop_function.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/drop_index.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/drop_index.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/drop_index_removes_partition_dirs.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/drop_index_removes_partition_dirs.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/drop_multi_partitions.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/drop_multi_partitions.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/drop_partitions_filter.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/drop_partitions_filter.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/drop_partitions_filter2.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/drop_partitions_filter2.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/drop_partitions_filter3.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/drop_partitions_filter3.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/drop_table.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/drop_table.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/drop_table2.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/drop_table2.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/drop_table_removes_partition_dirs.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/drop_table_removes_partition_dirs.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/drop_udf.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/drop_udf.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/drop_view.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/drop_view.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/enforce_order.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/enforce_order.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/escape_clusterby1.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/escape_clusterby1.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/escape_distributeby1.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/escape_distributeby1.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/escape_orderby1.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/escape_orderby1.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/escape_sortby1.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/escape_sortby1.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/explode_null.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/explode_null.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/fileformat_mix.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/fileformat_mix.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/fileformat_sequencefile.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/fileformat_sequencefile.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/fileformat_text.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/fileformat_text.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/filter_join_breaktask.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/filter_join_breaktask.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby1.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby1.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby10.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby10.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby11.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby11.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby1_limit.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby1_limit.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby1_map.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby1_map.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby1_map_nomap.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby1_map_nomap.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby1_map_skew.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby1_map_skew.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby1_noskew.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby1_noskew.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby2.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby2.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby2_limit.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby2_limit.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby2_map.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby2_map.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby2_map_multi_distinct.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby2_map_multi_distinct.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby2_map_skew.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby2_map_skew.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby2_noskew.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby2_noskew.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby2_noskew_multi_distinct.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby2_noskew_multi_distinct.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby3.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby3.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby3_map.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby3_map.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby3_map_multi_distinct.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby3_map_multi_distinct.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby3_map_skew.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby3_map_skew.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby3_noskew.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby3_noskew.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby3_noskew_multi_distinct.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby3_noskew_multi_distinct.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby4.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby4.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby4_map.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby4_map.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby4_map_skew.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby4_map_skew.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby4_noskew.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby4_noskew.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby5.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby5.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby5_map.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby5_map.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby5_map_skew.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby5_map_skew.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby5_noskew.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby5_noskew.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby6.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby6.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby6_map.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby6_map.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby6_map_skew.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby6_map_skew.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby6_noskew.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby6_noskew.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby7.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby7.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby7_map.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby7_map.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby7_map_multi_single_reducer.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby7_map_multi_single_reducer.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby7_map_skew.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby7_map_skew.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby7_noskew.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby7_noskew.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby7_noskew_multi_single_reducer.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby7_noskew_multi_single_reducer.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby8.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby8.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby8_map.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby8_map.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby8_map_skew.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby8_map_skew.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby8_noskew.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby8_noskew.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby9.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby9.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby_bigdata.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby_bigdata.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby_map_ppr.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby_map_ppr.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby_map_ppr_multi_distinct.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby_map_ppr_multi_distinct.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby_multi_single_reducer.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby_multi_single_reducer.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby_multi_single_reducer2.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby_multi_single_reducer2.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby_neg_float.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby_neg_float.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby_ppd.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby_ppd.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby_ppr.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby_ppr.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby_ppr_multi_distinct.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby_ppr_multi_distinct.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby_sort_1.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby_sort_1.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/groupby_sort_skew_1.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/groupby_sort_skew_1.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/having.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/having.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/hook_context_cs.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/hook_context_cs.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/hook_order.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/hook_order.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/implicit_cast1.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/implicit_cast1.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/index_auto_file_format.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/index_auto_file_format.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/index_auto_mult_tables.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/index_auto_mult_tables.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/index_auto_mult_tables_compact.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/index_auto_mult_tables_compact.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/index_auto_multiple.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/index_auto_multiple.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/index_auto_partitioned.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/index_auto_partitioned.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/index_auto_self_join.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/index_auto_self_join.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/index_auto_unused.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/index_auto_unused.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/index_auto_update.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/index_auto_update.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/index_bitmap_auto_partitioned.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/index_bitmap_auto_partitioned.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/index_bitmap_compression.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/index_bitmap_compression.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/index_compact_binary_search.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/index_compact_binary_search.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/index_compression.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/index_compression.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/index_stale.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/index_stale.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/infer_const_type.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/infer_const_type.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/innerjoin.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/innerjoin.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/inoutdriver.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/inoutdriver.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input0.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input0.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input1.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input1.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input10.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input10.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input11.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input11.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input11_limit.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input11_limit.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input12.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input12.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input13.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input13.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input14.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input14.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input14_limit.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input14_limit.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input15.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input15.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input17.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input17.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input18.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input18.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input19.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input19.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input1_limit.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input1_limit.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input2.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input2.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input20.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input20.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input21.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input21.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input22.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input22.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input23.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input23.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input24.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input24.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input25.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input25.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input26.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input26.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input28.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input28.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input2_limit.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input2_limit.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input3.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input3.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input30.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input30.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input31.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input31.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input32.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input32.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input33.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input33.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input34.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input34.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input35.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input35.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input36.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input36.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input37.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input37.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input38.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input38.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input39.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input39.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input3_limit.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input3_limit.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input4.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input4.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input40.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input40.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input41.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input41.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input42.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input42.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input43.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input43.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input44.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input44.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input45.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input45.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input49.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input49.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input4_cb_delim.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input4_cb_delim.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input4_limit.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input4_limit.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input5.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input5.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input6.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input6.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input7.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input7.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input8.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input8.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input_dfs.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input_dfs.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input_limit.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input_limit.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input_part0.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input_part0.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input_part1.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input_part1.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input_part10.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input_part10.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input_part2.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input_part2.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input_part3.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input_part3.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input_part4.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input_part4.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input_part5.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input_part5.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input_part6.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input_part6.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input_part7.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input_part7.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input_part8.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input_part8.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input_part9.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input_part9.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input_testsequencefile.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input_testsequencefile.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input_testxpath.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input_testxpath.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/input_testxpath2.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/input_testxpath2.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/inputddl1.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/inputddl1.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/inputddl2.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/inputddl2.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/inputddl3.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/inputddl3.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/inputddl4.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/inputddl4.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/inputddl5.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/inputddl5.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/inputddl6.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/inputddl6.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/inputddl7.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/inputddl7.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/inputddl8.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/inputddl8.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/insert1_overwrite_partitions.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/insert1_overwrite_partitions.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/insert_compressed.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/insert_compressed.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/insert_into1.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/insert_into1.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/insert_into2.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/insert_into2.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/insert_into3.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/insert_into3.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/insert_into4.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/insert_into4.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/insert_into5.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/insert_into5.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/insert_into6.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/insert_into6.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join0.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join0.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join1.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join1.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join10.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join10.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join11.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join11.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join12.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join12.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join13.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join13.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join14.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join14.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join15.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join15.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join16.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join16.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join17.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join17.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join18.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join18.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join18_multi_distinct.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join18_multi_distinct.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join19.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join19.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join2.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join2.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join20.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join20.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join21.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join21.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join22.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join22.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join23.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join23.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join24.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join24.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join25.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join25.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join26.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join26.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join27.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join27.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join28.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join28.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join29.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join29.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join3.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join3.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join30.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join30.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join31.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join31.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join32.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join32.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join33.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join33.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join34.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join34.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join35.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join35.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join36.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join36.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join37.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join37.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join38.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join38.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join39.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join39.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join4.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join4.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join40.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join40.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join5.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join5.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join6.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join6.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join7.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join7.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join8.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join8.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join9.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join9.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join_1to1.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join_1to1.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join_casesensitive.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join_casesensitive.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join_empty.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join_empty.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join_filters.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join_filters.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join_filters_overlap.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join_filters_overlap.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join_hive_626.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join_hive_626.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join_map_ppr.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join_map_ppr.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join_nulls.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join_nulls.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join_nullsafe.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join_nullsafe.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join_rc.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join_rc.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join_reorder.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join_reorder.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join_reorder2.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join_reorder2.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join_reorder3.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join_reorder3.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/join_view.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/join_view.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/keyword_1.q.out
      - copied unchanged from r1458524, hive/trunk/ql/src/test/results/beelinepositive/keyword_1.q.out
    hive/branches/ptf-windowing/ql/src/test/results/beelinepositive/lateral_view_cp.q.out
      - copied unchanged
[... 1390 lines stripped ...]