1. ab57cb9 build: Cargo workspace + native-common extraction (1/6) (#104) by Tim Saucer · 6 days ago main
  2. 051b00b feat: add SessionContextBuilder.withSparkFunctions for Spark-compatible functions (#100) by Andy Grove · 9 days ago
  3. 60351ba feat(session): add tableExists and deregisterTable to SessionContext (#102) by devoopsman45 · 10 days ago
  4. bbd700a docs: document Maven Central coordinates for 0.1.0 (#99) by Andy Grove · 3 weeks ago
  5. ad22ab6 chore: setup github actions (#93) by Bhargava Vadlamani · 3 weeks ago
  6. f9cdc15 feat(session): expose disableSpill and maxTempDirectorySize on SessionContextBuilder (#84) by Lantao Jin · 4 weeks ago
  7. d078c12 feat(substrait): add SessionContext.fromSubstrait gated behind opt-in Cargo feature (#80) by Lantao Jin · 4 weeks ago
  8. ff969cb chore(release): include staged Maven artifacts link in vote email template (#92) by Andy Grove · 4 weeks ago
  9. 5f8b57c feat(dataframe): expose set operations (union, intersect, except) (#67) by Lantao Jin · 4 weeks ago
  10. 74ceab5 chore(release): add 0.1.0 changelog and bump main to 0.2.0-SNAPSHOT (#91) by Andy Grove · 4 weeks ago
  11. 7717566 ci: run build workflow on release branches (#90) by Andy Grove · 4 weeks ago
  12. 67a7be1 chore(release): add changelog generator script (#88) by Andy Grove · 4 weeks ago
  13. 76a5454 chore(release): add multi-platform release JAR build pipeline (#87) by Andy Grove · 4 weeks ago
  14. 5573fe2 feat(loader): bundle native library inside the JAR (#77) by Andy Grove · 4 weeks ago
  15. c291b81 feat(metrics): add SessionContext.memoryUsage and runtimeStats (#85) by Lantao Jin · 4 weeks ago
  16. dc9b700 feat(session): configure DataFusion's built-in CacheManager from Java (#78) by Lantao Jin · 4 weeks ago
  17. 23fbf10 feat: typed DataFusionException hierarchy across the JNI boundary (#81) by Lantao Jin · 4 weeks ago
  18. d4f53df feat(dataframe): expose sort and repartition (#66) by Lantao Jin · 4 weeks ago
  19. 4da766c fix(udf): declare scalar UDF signatures with Field, not ArrowType (#59) by Lantao Jin · 4 weeks ago
  20. af78e61 feat(dataframe): add join, joinOn, and JoinType (#72) by Lantao Jin · 4 weeks ago
  21. dfc8db4 chore(release): add ASF release scripts for source tarballs (#76) by Andy Grove · 4 weeks ago
  22. 7f49541 feat(session): register object_store backends on SessionContextBuilder (#73) by Lantao Jin · 4 weeks ago
  23. 77b5b72 feat(dataframe): add schema, explain, cache, and describe introspection methods (#71) by Lantao Jin · 4 weeks ago
  24. 89d5496 feat(datasource): add Java-implemented data sources (#65) by Andy Grove · 4 weeks ago
  25. 2ecf3f1 feat(dataframe): add writeJson with JsonWriteOptions (#61) by Lantao Jin · 5 weeks ago
  26. fe4414a feat(avro): expose Avro reader via registerAvro and readAvro (#60) by Lantao Jin · 5 weeks ago
  27. 333ce48 feat(dataframe): add executeStream(allocator) for incremental batch iteration (#51) by Lantao Jin · 5 weeks ago
  28. 3d9e19f feat(dataframe): add writeCsv with CsvWriteOptions (#53) by Lantao Jin · 5 weeks ago
  29. 8e6ab54 feat(udf)!: switch ScalarFunction.evaluate to ColumnarValue API (closes #62) (#64) by Andy Grove · 5 weeks ago
  30. 1a81099 feat(arrow): expose Arrow IPC reader via registerArrow and readArrow (#52) by Lantao Jin · 5 weeks ago
  31. dd5d6fc feat: add Java scalar UDF support (#46) by Andy Grove · 5 weeks ago
  32. 678eee1 feat(dataframe): expose withColumn and unnestColumns (#54) by Lantao Jin · 5 weeks ago
  33. 63a86a5 feat(json): expose NdJsonReadOptions via registerJson and readJson (#47) by Lantao Jin · 5 weeks ago
  34. 4a967e4 feat(builder): expose ConfigOptions.set/get as setOption / setOptions / getOption (#49) by Lantao Jin · 5 weeks ago
  35. 2689011 docs: remove project-status checklist (#34) by Andy Grove · 5 weeks ago
  36. 60d5342 build: add examples module on a multi-module Maven build (#32) by Andy Grove · 5 weeks ago
  37. be10e16 docs: publish Javadoc as part of the User Guide (#31) by Andy Grove · 5 weeks ago
  38. fe54208 feat(dataframe): add limit, distinct, dropColumns, withColumnRenamed (#30) by Andy Grove · 5 weeks ago
  39. 9dacdc8 refactor: pass csv and parquet read options via protobuf (#29) by Andy Grove · 5 weeks ago
  40. 3698b9a feat: configure SessionContext and RuntimeEnv via builder (#28) by Andy Grove · 5 weeks ago
  41. 423ff8a feat(write): add DataFrame.writeParquet with ParquetWriteOptions (#27) by Andy Grove · 5 weeks ago
  42. 598ae9e ci: publish docs site to datafusion.apache.org/java/ (#26) by Andy Grove · 5 weeks ago
  43. f61b10f docs: add Sphinx documentation site with user and contributor guides (#24) by Andy Grove · 5 weeks ago
  44. a651d31 docs: add GitHub issue and PR templates (#23) by Andy Grove · 5 weeks ago
  45. 50885c6 feat(csv): expose CsvReadOptions via registerCsv and readCsv (#21) by Lantao Jin · 5 weeks ago
  46. ca7ebef docs: replace roadmap with project-status checklist (#20) by Andy Grove · 5 weeks ago
  47. 757a078 feat(proto): execute Java-built protobuf plans via SessionContext (#13) by Andy Grove · 5 weeks ago
  48. 717b735 feat(dataframe): add select/filter/count/show methods (#19) by Andy Grove · 5 weeks ago
  49. 233243c feat(parquet): expose ParquetReadOptions via registerParquet and readParquet (#18) by Andy Grove · 5 weeks ago
  50. 1da3233 ci: replace disallowed third-party actions in build workflow (#16) by Andy Grove · 5 weeks ago
  51. 058840a ci: add build workflow that runs make test (#15) by Andy Grove · 5 weeks ago
  52. 5292e05 feat(proto): generate datafusion-proto Java classes at build time (#9) by Andy Grove · 5 weeks ago
  53. e412ab5 chore(.asf.yaml): null out main branch protection to clear stale rules (#11) by Andy Grove · 5 weeks ago
  54. 80eaf81 chore: remove protected_branches block and format workflow (#7) by Andy Grove · 5 weeks ago
  55. 26a3b4c Merge pull request #1 from andygrove/initial-seed by Andy Grove · 5 weeks ago
  56. 4dab968 refactor: extract native library name into constant by Andy Grove · 5 weeks ago
  57. e79dc7e fix(native): restore datafusion default features and arrow ffi by Andy Grove · 5 weeks ago
  58. 7943e22 Update native/Cargo.toml by Andy Grove · 5 weeks ago
  59. 969d32e chore: add .asf.yaml configuring repo metadata and branch protection by Andy Grove · 5 weeks ago
  60. 9e82551 feat: initial seed of Apache DataFusion Java bindings by Andy Grove · 5 weeks ago
  61. 68bcdb6 Create README.md by Andy Grove · 5 weeks ago