Skip to content

Commit 23e1024

Browse files
author
xiao.dong
committed
fix inline
1 parent 1b41460 commit 23e1024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iceberg/file_format.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ICEBERG_EXPORT inline std::string_view ToString(FileFormatType format_type) {
5555
}
5656

5757
/// \brief Convert a string to a FileFormatType
58-
ICEBERG_EXPORT Result<FileFormatType> FileFormatTypeFromString(
58+
ICEBERG_EXPORT inline Result<FileFormatType> FileFormatTypeFromString(
5959
std::string_view str) noexcept {
6060
auto lower = internal::StringUtils::ToLower(str);
6161
if (lower == "parquet") return FileFormatType::kParquet;

0 commit comments

Comments
 (0)