We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd9c69 commit 51e2b65Copy full SHA for 51e2b65
tests_integration/test_snowpark.py
@@ -32,7 +32,7 @@
32
33
34
STAGE_NAME = "dev_deployment"
35
-RETURN_TYPE = "VARCHAR" if IS_QA else "VARCHAR(16777216)"
+RETURN_TYPE = "VARCHAR"
36
bundle_root = Path("output") / "bundle" / "snowpark"
37
38
0 commit comments