snowflakedb / snowpark-java-scala

Snowflake Snowpark Java & Scala API
Apache License 2.0
18 stars 20 forks source link

SNOW-1468615 Fix Result Order Issue in the UDTF Suite #112

Closed sfc-gh-bli closed 3 months ago

sfc-gh-bli commented 3 months ago

SNOW-1468615 Fix Result Order Issue in the UDTF Suite

Result order of UDTF has changed in the recent Snowflake result. This PR enables sort in checkResult function in UDTF suite to fix this issue.