Small fixes

This commit is contained in:
Antonio Andelic 2023-08-03 11:44:24 +00:00
parent d9f136ce0c
commit 27701ed24e
4 changed files with 4 additions and 5 deletions

View File

@ -14,8 +14,6 @@ namespace ErrorCodes
{ {
extern const int CANNOT_UNPACK_ARCHIVE; extern const int CANNOT_UNPACK_ARCHIVE;
extern const int LOGICAL_ERROR; extern const int LOGICAL_ERROR;
extern const int SEEK_POSITION_OUT_OF_BOUND;
extern const int NOT_IMPLEMENTED;
extern const int CANNOT_READ_ALL_DATA; extern const int CANNOT_READ_ALL_DATA;
extern const int UNSUPPORTED_METHOD; extern const int UNSUPPORTED_METHOD;
} }

View File

@ -1,5 +1,4 @@
#include <IO/Archives/ZipArchiveReader.h> #include <IO/Archives/ZipArchiveReader.h>
#include "mz_compat.h"
#if USE_MINIZIP #if USE_MINIZIP
#include <IO/Archives/ZipArchiveWriter.h> #include <IO/Archives/ZipArchiveWriter.h>

View File

@ -5,7 +5,8 @@ CUR_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh # shellcheck source=../shell_config.sh
. "$CUR_DIR"/../shell_config.sh . "$CUR_DIR"/../shell_config.sh
source ${CUR_DIR}/02661_read_from_archive.lib # shellcheck source=./02661_read_from_archive.lib
. "$CUR_DIR"/02661_read_from_archive.lib
$CLICKHOUSE_CLIENT --query "DROP TABLE IF EXISTS 02661_archive_table" $CLICKHOUSE_CLIENT --query "DROP TABLE IF EXISTS 02661_archive_table"

View File

@ -5,7 +5,8 @@ CUR_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh # shellcheck source=../shell_config.sh
. "$CUR_DIR"/../shell_config.sh . "$CUR_DIR"/../shell_config.sh
source ${CUR_DIR}/02661_read_from_archive.lib # shellcheck source=./02661_read_from_archive.lib
. "$CUR_DIR"/02661_read_from_archive.lib
$CLICKHOUSE_CLIENT --query "DROP TABLE IF EXISTS 02661_archive_table" $CLICKHOUSE_CLIENT --query "DROP TABLE IF EXISTS 02661_archive_table"