Skip to content

Commit

Permalink
last new line has been added for different files
Browse files Browse the repository at this point in the history
  • Loading branch information
dorooleg committed May 21, 2024
1 parent ea2c989 commit f2dd09d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ THiveMetastoreClient::~THiveMetastoreClient() {
Transport->close();
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ struct THiveMetastoreConverters {
static TStatistics GetStatistics(const std::vector<Apache::Hadoop::Hive::Partition>& partitions);
};

}
}
2 changes: 1 addition & 1 deletion ydb/core/external_sources/hive_metastore/ut/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ void WaitHiveMetastore(const TString& host, int32_t port, const TString& databas
ythrow yexception() << "Hive metastore isn't ready, host: " << host << " port: " << port;
}

}
}
2 changes: 1 addition & 1 deletion ydb/core/external_sources/hive_metastore/ut/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ TString GetExternalPort(const TString& service, const TString& port);

void WaitHiveMetastore(const TString& host, int32_t port, const TString& database);

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -463,4 +463,4 @@ Y_UNIT_TEST_SUITE(HiveMetastoreClient) {
}
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ for i in $(seq 0 80); do
sleep 1
done

trino --file /scripts/create_table.sql http://trino:8080
trino --file /scripts/create_table.sql http://trino:8080
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ SELECT * FROM hive.hive.request_logs;
ANALYZE datalake.iceberg.request_logs;
ANALYZE hive.hive.request_logs;

CREATE SCHEMA datalake.final;
CREATE SCHEMA datalake.final;
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ hive.s3.aws-access-key=minio
hive.s3.aws-secret-key=minio123
hive.metastore-cache-ttl=0s
hive.metastore-refresh-interval=5s
hive.metastore-timeout=10s
hive.metastore-timeout=10s
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ hive.s3.aws-access-key=minio
hive.s3.aws-secret-key=minio123
hive.metastore-cache-ttl=0s
hive.metastore-refresh-interval=5s
hive.metastore-timeout=10s
hive.metastore-timeout=10s

0 comments on commit f2dd09d

Please sign in to comment.