Commit 6d46cba
authored
feat(bigframes): Support loading avro, orc data (#16555)
Thank you for opening a Pull Request! Before submitting your PR, there
are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a
[bug/issue](https://github.com/googleapis/google-cloud-python/issues)
before writing your code! That way we can discuss the change, evaluate
designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes #<issue_number_goes_here> 🦕1 parent ef62df4 commit 6d46cbaCopy full SHA for 6d46cba
4 files changed
+247-3Lines changed: 247 additions & 3 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- packages/bigframes
- bigframes
- pandas
- io
- session
- tests/system/small
Expand file treeCollapse file tree
Open diff view settings
Collapse file
packages/bigframes/bigframes/pandas/__init__.py
Copy file name to clipboardExpand all lines: packages/bigframes/bigframes/pandas/__init__.py+8-2Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
101 | 101 | |
102 | 102 | |
103 | 103 | |
| 104 | + |
104 | 105 | |
105 | 106 | |
106 | 107 | |
| ||
109 | 110 | |
110 | 111 | |
111 | 112 | |
| 113 | + |
112 | 114 | |
113 | 115 | |
114 | 116 | |
| ||
446 | 448 | |
447 | 449 | |
448 | 450 | |
449 | | - |
450 | 451 | |
| 452 | + |
| 453 | + |
451 | 454 | |
452 | 455 | |
453 | 456 | |
| ||
456 | 459 | |
457 | 460 | |
458 | 461 | |
| 462 | + |
459 | 463 | |
460 | 464 | |
461 | 465 | |
| ||
481 | 485 | |
482 | 486 | |
483 | 487 | |
484 | | - |
485 | 488 | |
| 489 | + |
| 490 | + |
486 | 491 | |
487 | 492 | |
488 | 493 | |
| ||
491 | 496 | |
492 | 497 | |
493 | 498 | |
| 499 | + |
494 | 500 | |
495 | 501 | |
496 | 502 | |
|
Collapse file
packages/bigframes/bigframes/pandas/io/api.py
Copy file name to clipboardExpand all lines: packages/bigframes/bigframes/pandas/io/api.py+32Lines changed: 32 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
94 | 94 | |
95 | 95 | |
96 | 96 | |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
97 | 112 | |
98 | 113 | |
99 | 114 | |
| ||
514 | 529 | |
515 | 530 | |
516 | 531 | |
| 532 | + |
| 533 | + |
| 534 | + |
| 535 | + |
| 536 | + |
| 537 | + |
| 538 | + |
| 539 | + |
| 540 | + |
| 541 | + |
| 542 | + |
| 543 | + |
| 544 | + |
| 545 | + |
| 546 | + |
| 547 | + |
| 548 | + |
517 | 549 | |
518 | 550 | |
519 | 551 | |
|
Collapse file
packages/bigframes/bigframes/session/__init__.py
Copy file name to clipboardExpand all lines: packages/bigframes/bigframes/session/__init__.py+82-1Lines changed: 82 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1344 | 1344 | |
1345 | 1345 | |
1346 | 1346 | |
1347 | | - |
| 1347 | + |
1348 | 1348 | |
1349 | 1349 | |
1350 | 1350 | |
| ||
1360 | 1360 | |
1361 | 1361 | |
1362 | 1362 | |
| 1363 | + |
| 1364 | + |
| 1365 | + |
| 1366 | + |
| 1367 | + |
| 1368 | + |
| 1369 | + |
| 1370 | + |
| 1371 | + |
| 1372 | + |
| 1373 | + |
| 1374 | + |
| 1375 | + |
| 1376 | + |
| 1377 | + |
| 1378 | + |
| 1379 | + |
| 1380 | + |
| 1381 | + |
| 1382 | + |
| 1383 | + |
| 1384 | + |
| 1385 | + |
| 1386 | + |
| 1387 | + |
| 1388 | + |
| 1389 | + |
| 1390 | + |
| 1391 | + |
| 1392 | + |
| 1393 | + |
| 1394 | + |
| 1395 | + |
| 1396 | + |
| 1397 | + |
| 1398 | + |
| 1399 | + |
| 1400 | + |
| 1401 | + |
| 1402 | + |
| 1403 | + |
| 1404 | + |
| 1405 | + |
| 1406 | + |
| 1407 | + |
| 1408 | + |
| 1409 | + |
| 1410 | + |
| 1411 | + |
| 1412 | + |
| 1413 | + |
| 1414 | + |
| 1415 | + |
| 1416 | + |
| 1417 | + |
| 1418 | + |
| 1419 | + |
| 1420 | + |
| 1421 | + |
| 1422 | + |
| 1423 | + |
| 1424 | + |
| 1425 | + |
| 1426 | + |
| 1427 | + |
| 1428 | + |
| 1429 | + |
| 1430 | + |
| 1431 | + |
| 1432 | + |
| 1433 | + |
| 1434 | + |
| 1435 | + |
| 1436 | + |
| 1437 | + |
| 1438 | + |
| 1439 | + |
| 1440 | + |
| 1441 | + |
| 1442 | + |
| 1443 | + |
1363 | 1444 | |
1364 | 1445 | |
1365 | 1446 | |
|
Collapse file
packages/bigframes/tests/system/small/test_session.py
Copy file name to clipboardExpand all lines: packages/bigframes/tests/system/small/test_session.py+125Lines changed: 125 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1935 | 1935 | |
1936 | 1936 | |
1937 | 1937 | |
| 1938 | + |
| 1939 | + |
| 1940 | + |
| 1941 | + |
| 1942 | + |
| 1943 | + |
| 1944 | + |
| 1945 | + |
| 1946 | + |
| 1947 | + |
| 1948 | + |
| 1949 | + |
| 1950 | + |
| 1951 | + |
| 1952 | + |
| 1953 | + |
| 1954 | + |
| 1955 | + |
| 1956 | + |
| 1957 | + |
| 1958 | + |
| 1959 | + |
| 1960 | + |
| 1961 | + |
| 1962 | + |
| 1963 | + |
| 1964 | + |
| 1965 | + |
| 1966 | + |
| 1967 | + |
| 1968 | + |
| 1969 | + |
| 1970 | + |
| 1971 | + |
| 1972 | + |
| 1973 | + |
| 1974 | + |
| 1975 | + |
| 1976 | + |
| 1977 | + |
| 1978 | + |
| 1979 | + |
| 1980 | + |
| 1981 | + |
| 1982 | + |
| 1983 | + |
| 1984 | + |
| 1985 | + |
| 1986 | + |
| 1987 | + |
| 1988 | + |
| 1989 | + |
| 1990 | + |
| 1991 | + |
| 1992 | + |
| 1993 | + |
| 1994 | + |
| 1995 | + |
| 1996 | + |
| 1997 | + |
| 1998 | + |
| 1999 | + |
| 2000 | + |
| 2001 | + |
| 2002 | + |
| 2003 | + |
| 2004 | + |
| 2005 | + |
| 2006 | + |
| 2007 | + |
| 2008 | + |
| 2009 | + |
| 2010 | + |
| 2011 | + |
| 2012 | + |
| 2013 | + |
| 2014 | + |
| 2015 | + |
| 2016 | + |
| 2017 | + |
| 2018 | + |
| 2019 | + |
| 2020 | + |
| 2021 | + |
| 2022 | + |
| 2023 | + |
| 2024 | + |
| 2025 | + |
| 2026 | + |
| 2027 | + |
| 2028 | + |
| 2029 | + |
| 2030 | + |
| 2031 | + |
| 2032 | + |
| 2033 | + |
| 2034 | + |
| 2035 | + |
| 2036 | + |
| 2037 | + |
| 2038 | + |
| 2039 | + |
| 2040 | + |
| 2041 | + |
| 2042 | + |
| 2043 | + |
| 2044 | + |
| 2045 | + |
| 2046 | + |
| 2047 | + |
| 2048 | + |
| 2049 | + |
| 2050 | + |
| 2051 | + |
| 2052 | + |
| 2053 | + |
| 2054 | + |
| 2055 | + |
| 2056 | + |
| 2057 | + |
| 2058 | + |
| 2059 | + |
| 2060 | + |
| 2061 | + |
| 2062 | + |
1938 | 2063 | |
1939 | 2064 | |
1940 | 2065 | |
|
0 commit comments