Skip to content

Commit 51e2b65

Browse files
authored
Snowpark describe fix (#2063)
1 parent 3fd9c69 commit 51e2b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests_integration/test_snowpark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333

3434
STAGE_NAME = "dev_deployment"
35-
RETURN_TYPE = "VARCHAR" if IS_QA else "VARCHAR(16777216)"
35+
RETURN_TYPE = "VARCHAR"
3636
bundle_root = Path("output") / "bundle" / "snowpark"
3737

3838

0 commit comments

Comments
 (0)