We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f908fbb commit 9a6a7b5Copy full SHA for 9a6a7b5
be/src/vec/exec/format/table/max_compute_jni_reader.cpp
@@ -64,10 +64,6 @@ MaxComputeJniReader::MaxComputeJniReader(const MaxComputeTableDescriptor* mc_des
64
}
65
66
auto properties = _table_desc->properties();
67
- for (auto [a, b] : properties) {
68
- std::cout << "" << a << ":" << b << std::endl;
69
- }
70
-
71
properties["endpoint"] = _table_desc->endpoint();
72
properties["quota"] = _table_desc->quota();
73
properties["project"] = _table_desc->project();
0 commit comments