Commit 89ea44f
deps: update to ibis-framework 9.x and newer sqlglot (#827)
* deps: update to ibis-framework 9.x and newer sqlglot
* update sqlglot and ibis
* bump minimum pandas
* bump pyarrow
* fix bfill and ffill
* nearly implement describe
* remove remaining reference to vendored_ibis_ops.ApproximateMultiQuantile
* support ToJsonString
* partial support for quantile
* fix inmemorytable
* fixed Series.explode
* nearly fix to_datetime
* remove tests I added
* patch for python 3.9 support
* fix unit tests
* fix explode with time type
* fix array_agg
* fix array_agg for asc order
* actually fix array_agg
* fix remote function
* fix in-memory nullable integer compilation
* fix test_df_construct_pandas_default on Python 3.9
* fix ShiftOp windows
* fix inf to SQL by treating values as literal in in memory table
* fix unit tests for ibis-framework 9.2.0
* fix Python 3.10 unit tests by syncing deps
* fixing remote function after merge
* fix visit_NonNullLiteral for int types
* visit_WindowFunction to fix s.median() method
* fix lint
* fix s.diff with window
* fix mypy
* patch visit_And to fix is_monotonic methods
* fix mypy and fillna warning
* undo window changes for test_series_autocorr
* undo fill_null because it was missed at 9.0 version
* vendor more of ibis for python 3.9 compatibility
* add default arg for nulls_first for python 3.9 support
* restore integer conversion
* fix window tests: diff, duplicated, shift
* fixing ibis parenthesize_inputs bugs and related tests
* fixing lint
* disable test_query_complexity_error
* fix doctest np.int64(0) upgrades
* fix doctest np.int64(0) upgrades more
* fix groupby diff
* addressing system-3.12/doctest issues related to numpy 2.1.1
* fix test_df_apply_axis_1_complex
* address compiler errors after merge
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* fix unit-test compile errors
* remove unused ibis codes
* fix fillna deprecated warning
* add _remove_null_ordering_from_unsupported_window back to fix test_precision_score etc ml tests
* fix is_monotonic_decreasing test
* fix explode after merge
* fix numpy on remote function test
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* ml numpy sql generations
---------
Co-authored-by: Chelsea Lin <124939984+chelsea-lin@users.noreply.github.com>
Co-authored-by: Chelsea Lin <chelsealin@google.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>1 parent 06c3120 commit 89ea44f
File tree
43 files changed
+813
-901
lines changed- bigframes
- core
- compile
- groupby
- functions
- ml
- operations
- testing
- tests/system
- large
- small
- third_party/bigframes_vendored
- ibis
- backends
- bigquery
- sql
- compilers
- bigquery
- expr/operations
- pandas/core
- sklearn/metrics
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
43 files changed
+813
-901
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
394 | 393 | | |
395 | 394 | | |
396 | 395 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
900 | 900 | | |
901 | 901 | | |
902 | 902 | | |
903 | | - | |
| 903 | + | |
904 | 904 | | |
905 | 905 | | |
906 | 906 | | |
| |||
959 | 959 | | |
960 | 960 | | |
961 | 961 | | |
962 | | - | |
| 962 | + | |
963 | 963 | | |
964 | 964 | | |
965 | 965 | | |
| |||
1475 | 1475 | | |
1476 | 1476 | | |
1477 | 1477 | | |
1478 | | - | |
| 1478 | + | |
1479 | 1479 | | |
1480 | 1480 | | |
1481 | 1481 | | |
| |||
2383 | 2383 | | |
2384 | 2384 | | |
2385 | 2385 | | |
2386 | | - | |
2387 | | - | |
2388 | | - | |
2389 | | - | |
| 2386 | + | |
2390 | 2387 | | |
2391 | 2388 | | |
2392 | 2389 | | |
| |||
2402 | 2399 | | |
2403 | 2400 | | |
2404 | 2401 | | |
2405 | | - | |
| 2402 | + | |
2406 | 2403 | | |
2407 | 2404 | | |
2408 | 2405 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
34 | 45 | | |
35 | 46 | | |
36 | 47 | | |
| |||
176 | 187 | | |
177 | 188 | | |
178 | 189 | | |
179 | | - | |
180 | | - | |
| 190 | + | |
181 | 191 | | |
182 | 192 | | |
183 | 193 | | |
184 | 194 | | |
185 | | - | |
186 | | - | |
187 | | - | |
| 195 | + | |
188 | 196 | | |
189 | 197 | | |
190 | 198 | | |
| |||
513 | 521 | | |
514 | 522 | | |
515 | 523 | | |
516 | | - | |
517 | | - | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
518 | 528 | | |
519 | 529 | | |
520 | | - | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
521 | 533 | | |
522 | 534 | | |
523 | 535 | | |
| |||
528 | 540 | | |
529 | 541 | | |
530 | 542 | | |
531 | | - | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
532 | 546 | | |
533 | 547 | | |
534 | | - | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
535 | 551 | | |
536 | 552 | | |
537 | 553 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
407 | 406 | | |
408 | 407 | | |
409 | 408 | | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
422 | 416 | | |
423 | 417 | | |
424 | 418 | | |
| |||
718 | 712 | | |
719 | 713 | | |
720 | 714 | | |
721 | | - | |
722 | | - | |
723 | | - | |
724 | | - | |
725 | | - | |
726 | | - | |
727 | | - | |
728 | | - | |
729 | | - | |
730 | | - | |
731 | | - | |
732 | | - | |
733 | | - | |
734 | | - | |
735 | | - | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
736 | 722 | | |
737 | 723 | | |
738 | 724 | | |
| |||
870 | 856 | | |
871 | 857 | | |
872 | 858 | | |
873 | | - | |
| 859 | + | |
874 | 860 | | |
875 | 861 | | |
876 | 862 | | |
| |||
891 | 877 | | |
892 | 878 | | |
893 | 879 | | |
894 | | - | |
| 880 | + | |
895 | 881 | | |
896 | 882 | | |
897 | 883 | | |
| |||
1322 | 1308 | | |
1323 | 1309 | | |
1324 | 1310 | | |
1325 | | - | |
1326 | | - | |
1327 | | - | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
1328 | 1315 | | |
1329 | 1316 | | |
1330 | 1317 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
53 | 58 | | |
54 | 59 | | |
55 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
842 | 842 | | |
843 | 843 | | |
844 | 844 | | |
845 | | - | |
| 845 | + | |
846 | 846 | | |
847 | 847 | | |
848 | 848 | | |
| |||
995 | 995 | | |
996 | 996 | | |
997 | 997 | | |
998 | | - | |
999 | | - | |
| 998 | + | |
| 999 | + | |
| 1000 | + | |
| 1001 | + | |
| 1002 | + | |
| 1003 | + | |
| 1004 | + | |
| 1005 | + | |
1000 | 1006 | | |
1001 | 1007 | | |
1002 | 1008 | | |
| |||
1379 | 1385 | | |
1380 | 1386 | | |
1381 | 1387 | | |
1382 | | - | |
| 1388 | + | |
| 1389 | + | |
| 1390 | + | |
| 1391 | + | |
1383 | 1392 | | |
1384 | 1393 | | |
1385 | 1394 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
| 259 | + | |
259 | 260 | | |
260 | | - | |
261 | | - | |
262 | 261 | | |
263 | 262 | | |
264 | 263 | | |
265 | 264 | | |
266 | 265 | | |
| 266 | + | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
270 | | - | |
271 | 269 | | |
272 | 270 | | |
273 | 271 | | |
| |||
685 | 683 | | |
686 | 684 | | |
687 | 685 | | |
| 686 | + | |
688 | 687 | | |
689 | 688 | | |
690 | | - | |
691 | | - | |
692 | 689 | | |
693 | 690 | | |
694 | 691 | | |
695 | 692 | | |
696 | 693 | | |
697 | 694 | | |
698 | 695 | | |
699 | | - | |
700 | | - | |
701 | 696 | | |
702 | 697 | | |
703 | 698 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
| |||
0 commit comments