Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chong Gao committed Nov 28, 2023
1 parent 778fa00 commit b6ad928
Show file tree
Hide file tree
Showing 3 changed files with 595,884 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration_tests/src/main/python/parquet_testing_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from asserts import assert_gpu_and_cpu_are_equal_collect, assert_gpu_and_cpu_error
from conftest import get_std_input_path, is_parquet_testing_tests_forced, is_precommit_run, is_not_utc
from data_gen import *
from data_gen import copy_and_update, non_utc_allow
from marks import allow_non_gpu
from pathlib import Path
import pytest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import pytest
from spark_session import with_cpu_session, is_jvm_charset_utf8
from marks import approximate_float, ignore_order, incompat, qarun, allow_non_gpu
from data_gen import *
from data_gen import copy_and_update, non_utc_allow

def num_stringDf(spark):
print("### CREATE DATAFRAME 1 ####")
Expand Down
Loading

0 comments on commit b6ad928

Please sign in to comment.