Skip to content

Commit

Permalink
Revert read_table
Browse files Browse the repository at this point in the history
  • Loading branch information
OussamaSaoudi-db committed Oct 11, 2024
1 parent a6ddd40 commit 24dbce4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ffi/examples/read-table/read_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,7 @@ void scan_row_callback(
{
(void)size; // not using this at the moment
struct EngineContext* context = engine_context;
print_diag(
"Called back to read file: %.*s. (size: %" PRIu64 ", num records: ",
(int)path.len,
path.ptr,
size);
print_diag("Called back to read file: %.*s. (size: %" PRIu64 ", num records: ", (int)path.len, path.ptr, size);
if (stats) {
print_diag("%" PRId64 ")\n", stats->num_records);
} else {
Expand Down

0 comments on commit 24dbce4

Please sign in to comment.