mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-03 06:17:29 +08:00
fix: remove MySQL document.meta_fields mapping to match Python schema (#16929)
This commit is contained in:
@@ -252,6 +252,7 @@ def ensure_parsed_document(rest_client, create_document):
|
||||
@pytest.hookimpl(tryfirst=True, hookwrapper=True)
|
||||
def pytest_runtest_protocol(item, nextitem):
|
||||
import time
|
||||
|
||||
start = time.perf_counter()
|
||||
yield
|
||||
duration = time.perf_counter() - start
|
||||
|
||||
Reference in New Issue
Block a user