shims/hive1-shims/src/main/java/org/apache/hadoop/hive/dynamodb/shims/DynamoDbHive1Shims.java [37:44]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  @Override
  public ExprNodeGenericFuncDesc getIndexExpression(IndexSearchCondition condition) {
    return condition.getComparisonExpr();
  }

  @Override
  public SerDeParametersShim getSerDeParametersShim(Configuration configuration,
      Properties properties, String serDeName) throws SerDeException {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



shims/hive1.2-shims/src/main/java/org/apache/hadoop/hive/dynamodb/shims/DynamoDbHive1Dot2Shims.java [24:34]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  @Override
  public ExprNodeGenericFuncDesc getIndexExpression(IndexSearchCondition condition) {
    return condition.getComparisonExpr();
  }

  /**
   * Hive 1.2.x and Hive 2.x share behavior for SerDeParameters class initialization.
   */
  @Override
  public SerDeParametersShim getSerDeParametersShim(Configuration configuration,
      Properties properties, String serDeName) throws SerDeException {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



