Skip to content

feat: Refresh method support for table #601

feat: Refresh method support for table

feat: Refresh method support for table #601

Triggered via pull request August 8, 2025 13:18
Status Failure
Total duration 16m 11s
Artifacts

cpp-linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
cpp-linter
Process completed with exit code 1.
test/mock_catalog.h:34:35 [clang-diagnostic-error]: test/mock_catalog.h#L34
a type specifier is required for all declarations
test/mock_catalog.h:34:16 [clang-diagnostic-error]: test/mock_catalog.h#L34
a type specifier is required for all declarations
test/mock_catalog.h:33:23 [clang-diagnostic-error]: test/mock_catalog.h#L33
unknown type name 'CreateNamespace'
test/mock_catalog.h:33:3 [clang-diagnostic-error]: test/mock_catalog.h#L33
a type specifier is required for all declarations
test/mock_catalog.h:31:49 [clang-diagnostic-error]: test/mock_catalog.h#L31
a type specifier is required for all declarations
test/mock_catalog.h:31:44 [clang-diagnostic-error]: test/mock_catalog.h#L31
a type specifier is required for all declarations
test/mock_catalog.h:31:40 [clang-diagnostic-error]: test/mock_catalog.h#L31
a type specifier is required for all declarations
test/mock_catalog.h:31:3 [clang-diagnostic-error]: test/mock_catalog.h#L31
a type specifier is required for all declarations
src/iceberg/catalog/in_memory_catalog.h:87:42 [modernize-use-override]: src/iceberg/catalog/in_memory_catalog.h#L87
'virtual' is redundant since the function is already declared 'override'