dilipbiswal commented on issue #25354: [SPARK-28612][SQL] Add DataFrameWriterV2 API URL: https://github.com/apache/spark/pull/25354#issuecomment-527220632 @HyukjinKwon > @rdblue sorry I had to revert this. Can you open a PR again with some fixes? Did we revert this ? I am seeing a compilation error in my local env while compiling the hive module like the following : ``` [ERROR] [Error] /Users/dbiswal/mygit/apache/spark/sql/hive/src/test/java/org/apache/spark/sql/hive/JavaDataFrameSuite.java:32: cannot access org.apache.spark.sql.functions.1 class file for org.apache.spark.sql.functions$1 not found [ERROR] [Error] /Users/dbiswal/mygit/apache/spark/sql/hive/src/test/java/org/apache/spark/sql/hive/JavaDataFrameSuite.java:70: cannot find symbol symbol: method avg(java.lang.String) location: class org.apache.spark.sql.hive.JavaDataFrameSuite [ERROR] [Error] /Users/dbiswal/mygit/apache/spark/sql/hive/src/test/java/org/apache/spark/sql/hive/JavaDataFrameSuite.java:81: cannot find symbol symbol: method col(java.lang.String) location: class org.apache.spark.sql.hive.JavaDataFrameSuite [ERROR] [Error] /Users/dbiswal/mygit/apache/spark/sql/hive/src/test/java/org/apache/spark/sql/hive/JavaDataFrameSuite.java:89: cannot find symbol symbol: method col(java.lang.String) location: class org.apache.spark.sql.hive.JavaDataFrameSuite [ERROR] [Error] /Users/dbiswal/mygit/apache/spark/sql/hive/src/test/java/org/apache/spark/sql/hive/JavaDataFrameSuite.java:90: cannot find symbol symbol: method col(java.lang.String) location: class org.apache.spark.sql.hive.JavaDataFrameSuite [ERROR] [Error] /Users/dbiswal/mygit/apache/spark/sql/hive/src/test/java/org/apache/spark/sql/hive/JavaDataFrameSuite.java:91: cannot find symbol symbol: method col(java.lang.String) location: class org.apache.spark.sql.hive.JavaDataFrameSuite [ERROR] [Error] /Users/dbiswal/mygit/apache/spark/sql/hive/src/test/java/org/apache/spark/sql/hive/JavaDataFrameSuite.java:92: cannot find symbol ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
