Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions velox/connectors/Connector.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@ class ColumnHandle : public ISerializable {
return name();
}

virtual std::string toString() const {
VELOX_NYI();
}

folly::dynamic serialize() const override;

protected:
Expand Down
7 changes: 1 addition & 6 deletions velox/connectors/lakehouse/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

#velox_add_library(velox_connector Connector.cpp)
#
#velox_link_libraries(velox_connector velox_common_config velox_vector)

add_subdirectory(storage_adapters)
add_subdirectory(common)
#add_subdirectory(storage_adapters)
add_subdirectory(iceberg)

56 changes: 0 additions & 56 deletions velox/connectors/lakehouse/common/CMakeLists.txt

This file was deleted.

Loading