File tree Expand file tree Collapse file tree 8 files changed +22
-245
lines changed Expand file tree Collapse file tree 8 files changed +22
-245
lines changed Original file line number Diff line number Diff line change 2121
2222#include " iceberg/arrow/arrow_file_io.h"
2323#include " iceberg/avro/avro_register.h"
24- #include " iceberg/catalog/in_memory_catalog.h"
24+ #include " iceberg/catalog/memory/ in_memory_catalog.h"
2525#include " iceberg/parquet/parquet_register.h"
2626#include " iceberg/table.h"
2727#include " iceberg/table_scan.h"
Original file line number Diff line number Diff line change 1818set (ICEBERG_INCLUDES "$<BUILD_INTERFACE:${PROJECT_BINARY_DIR} /src>"
1919 "$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR} /src>" )
2020set (ICEBERG_SOURCES
21- catalog/in_memory_catalog.cc
21+ catalog/memory/ in_memory_catalog.cc
2222 expression/expression.cc
2323 expression/literal.cc
2424 file_reader.cc
Original file line number Diff line number Diff line change 1+ # Licensed to the Apache Software Foundation (ASF) under one
2+ # or more contributor license agreements. See the NOTICE file
3+ # distributed with this work for additional information
4+ # regarding copyright ownership. The ASF licenses this file
5+ # to you under the Apache License, Version 2.0 (the
6+ # "License"); you may not use this file except in compliance
7+ # with the License. You may obtain a copy of the License at
8+ #
9+ # http://www.apache.org/licenses/LICENSE-2.0
10+ #
11+ # Unless required by applicable law or agreed to in writing,
12+ # software distributed under the License is distributed on an
13+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+ # KIND, either express or implied. See the License for the
15+ # specific language governing permissions and limitations
16+ # under the License.
17+
18+ iceberg_install_all_headers(iceberg/catalog/memory)
Original file line number Diff line number Diff line change 1717 * under the License.
1818 */
1919
20- #include " iceberg/catalog/in_memory_catalog.h"
20+ #include " iceberg/catalog/memory/ in_memory_catalog.h"
2121
2222#include < algorithm>
2323#include < iterator> // IWYU pragma: keep
File renamed without changes.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1717 * under the License.
1818 */
1919
20- #include " iceberg/catalog/in_memory_catalog.h"
20+ #include " iceberg/catalog/memory/ in_memory_catalog.h"
2121
2222#include < filesystem>
2323
You can’t perform that action at this time.
0 commit comments