Skip to content

Commit

Permalink
fix test file import
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-gmahadevan committed Aug 7, 2024
1 parent 0d1df77 commit de5e348
Show file tree
Hide file tree
Showing 2 changed files with 1,347 additions and 1,350 deletions.
3 changes: 1 addition & 2 deletions src/main/java/com/snowflake/snowpark_java/Functions.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import com.snowflake.snowpark.internal.JavaUtils;
import com.snowflake.snowpark_java.types.DataType;
import com.snowflake.snowpark_java.udf.*;

import java.util.List;
import java.util.function.Supplier;

Expand Down Expand Up @@ -3974,7 +3973,7 @@ public static Column size(Column col) {
* }</pre>
*
* @since 1.14.0
* @param s The input column name
* @param s The SQL text
* @return column expression from input statement.
*/
public static Column expr(String s) {
Expand Down
Loading

0 comments on commit de5e348

Please sign in to comment.